Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 617482 Details for
Bug 859879
im-ibus.so causes abort with switching IMEs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for ibusimcontext.c
ibus-859879-imcontext-destroy.patch (text/plain), 1.41 KB, created by
fujiwara
on 2012-09-26 09:22:47 UTC
(
hide
)
Description:
Patch for ibusimcontext.c
Filename:
MIME Type:
Creator:
fujiwara
Created:
2012-09-26 09:22:47 UTC
Size:
1.41 KB
patch
obsolete
>--- ibus-1.4.99.20120822/client/gtk2/ibusimcontext.c.orig 2012-09-26 05:41:16.936729871 +0900 >+++ ibus-1.4.99.20120822/client/gtk2/ibusimcontext.c 2012-09-26 09:03:57.917638173 +0900 >@@ -382,6 +382,11 @@ _key_snooper_cb (GtkWidget *widget, > state |= IBUS_RELEASE_MASK; > } > >+ /* _request_surrounding_text spends time */ >+ if (!IBUS_IS_INPUT_CONTEXT (ibuscontext)) { >+ return FALSE; >+ } >+ > if (_use_sync_mode) { > retval = ibus_input_context_process_key_event ( > ibuscontext, >@@ -699,6 +704,11 @@ ibus_im_context_filter_keypress (GtkIMCo > state |= IBUS_RELEASE_MASK; > } > >+ /* _request_surrounding_text spends time */ >+ if (!IBUS_IS_INPUT_CONTEXT (ibusimcontext->ibuscontext)) { >+ return FALSE; >+ } >+ > if (_use_sync_mode) { > retval = ibus_input_context_process_key_event ( > ibusimcontext->ibuscontext, >@@ -786,6 +796,11 @@ ibus_im_context_focus_in (GtkIMContext * > * the current IBus engine needs surrounding-text) */ > _request_surrounding_text (ibusimcontext); > >+ /* _request_surrounding_text spends time */ >+ if (!IBUS_IS_IM_CONTEXT (ibusimcontext)) { >+ return; >+ } >+ > g_object_add_weak_pointer ((GObject *) context, > (gpointer *) &_focus_im_context); > _focus_im_context = context;
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 859879
:
617482
|
618516
|
619736
|
620096