[Uim-bugs] [Bug 6345] Firefox crashes on a focus shift

bugzilla-daemon at annarchy.freedesktop.org bugzilla-daemon at annarchy.freedesktop.org
Fri Mar 31 22:22:31 EEST 2006


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=6345          
     

ekato at ees.hokudai.ac.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From ekato at ees.hokudai.ac.jp  2006-04-01 05:22 -------
Sorry for late reply.  I was busy last week.

The bug should be fixed with the following code.

Index: gtk-im-uim.c
===================================================================
--- gtk-im-uim.c        (revision 3214)
+++ gtk-im-uim.c        (working copy)
@@ -424,7 +424,7 @@

        window = GTK_WINDOW(cur_toplevel);
        group = window->group;
-       if (group)
+       if (group && group->grabs)
          grab_widget = GTK_WIDGET(group->grabs->data);
       }
     }


Can you verify, YamaKen?          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the uim-bugs mailing list