gtk+ r21844 - in branches/gtk-2-14: . gtk



Author: simos
Date: Thu Dec  4 00:49:17 2008
New Revision: 21844
URL: http://svn.gnome.org/viewvc/gtk+?rev=21844&view=rev

Log:
Fixed 557420#23 â Updated the dead key lower bound back to dead_grave.

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	Thu Dec  4 00:49:17 2008
@@ -415,7 +415,7 @@
  * In future versions it will be just the keysym (no +1).
  */
 #define IS_DEAD_KEY(k) \
-    ((k) >= GDK_dead_stroke && (k) <= (GDK_dead_dasia+1))
+    ((k) >= GDK_dead_grave && (k) <= (GDK_dead_dasia+1))
 
 static gboolean
 check_algorithmically (GtkIMContextSimple    *context_simple,



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