Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29010 Details for
Bug 47414
gaim-0.76 , patch for cjk-input-method (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
input-method patch from fedora
gaim-0.76-xinput.patch (text/plain), 644 bytes, created by
Park Ji-in
on 2004-04-10 01:42:39 UTC
(
hide
)
Description:
input-method patch from fedora
Filename:
MIME Type:
Creator:
Park Ji-in
Created:
2004-04-10 01:42:39 UTC
Size:
644 bytes
patch
obsolete
>diff -urN gaim-0.75.99-20040318cvs.orig/src/gtkconv.c gaim-0.75.99-20040318cvs/src/gtkconv.c >--- gaim-0.75.99-20040318cvs.orig/src/gtkconv.c 2004-03-16 10:31:48.000000000 -1000 >+++ gaim-0.75.99-20040318cvs/src/gtkconv.c 2004-03-16 12:50:59.689509499 -1000 >@@ -1390,6 +1390,11 @@ > if (!(event->state & (GDK_SHIFT_MASK | GDK_CONTROL_MASK)) && > gaim_prefs_get_bool("/gaim/gtk/conversations/enter_sends")) > { >+ if (gtk_im_context_filter_keypress (GTK_TEXT_VIEW (entry)->im_context, event)) >+ { >+ GTK_TEXT_VIEW (entry)->need_im_reset = TRUE; >+ return TRUE; >+ } > send_cb(NULL, conv); > return TRUE; > }
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 47414
: 29010 |
29011