Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 34909 Details for
Bug 56324
xchat 2.0.10 cjk preedit string bug patch..
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
net-irc/xchat/files/xchat-2.0.10-preeditstring.patch
xchat-2.0.10-preeditstring.patch (text/plain), 646 bytes, created by
Jung Tae-young
on 2004-07-07 06:16:24 UTC
(
hide
)
Description:
net-irc/xchat/files/xchat-2.0.10-preeditstring.patch
Filename:
MIME Type:
Creator:
Jung Tae-young
Created:
2004-07-07 06:16:24 UTC
Size:
646 bytes
patch
obsolete
>diff -urN xchat-2.0.10_org/src/fe-gtk/fkeys.c xchat-2.0.10/src/fe-gtk/fkeys.c >--- xchat-2.0.10_org/src/fe-gtk/fkeys.c 2004-07-02 01:28:43.000000000 +0900 >+++ xchat-2.0.10/src/fe-gtk/fkeys.c 2004-07-02 18:28:27.574661864 +0900 >@@ -1368,9 +1368,12 @@ > prefix_len, skip_len = 0, is_nick, is_cmd = 0; > char buf[COMP_BUF], ent[CHANLEN], *postfix = NULL, *result, *ch; > GList *list = NULL, *tmp_list = NULL; >- const char *text = gtk_entry_get_text (GTK_ENTRY (t)); >+ char *text; > GCompletion *gcomp = NULL; > >+ gtk_im_context_reset( GTK_ENTRY(t)->im_context ); >+ text = gtk_entry_get_text (GTK_ENTRY (t)); >+ > if (text[0] == 0) > return 1; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 56324
:
34908
|
34909
|
36503