[team-gnome-gr] gtk+ r21614 - in branches/gtk-2-14: . gtk



Author: simos
Date: Wed Oct  8 23:09:57 2008
New Revision: 21614
URL: http://svn.gnome.org/viewvc/gtk+?rev=21614&view=rev

Log:
Fixed Bug 554192 – deadkey-only compose sequences now working

Modified:
   branches/gtk-2-14/ChangeLog
   branches/gtk-2-14/gtk/gtkimcontextsimple.c

Modified: branches/gtk-2-14/gtk/gtkimcontextsimple.c
==============================================================================
--- branches/gtk-2-14/gtk/gtkimcontextsimple.c  (original)
+++ branches/gtk-2-14/gtk/gtkimcontextsimple.c  Wed Oct  8 23:09:57 2008
@@ -933,12 +933,12 @@
             return TRUE;
           tmp_list = tmp_list->next;
         }
-  
-      if (check_algorithmically (context_simple, n_compose))
-       return TRUE;
 
       if (check_compact_table (context_simple, &gtk_compose_table_compact, n_compose))
         return TRUE;
+  
+      if (check_algorithmically (context_simple, n_compose))
+       return TRUE;
     }
   
   /* The current compose_buffer doesn't match anything */
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the 
modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development mailing list. Email svnmaster gnome 
org if interested.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]