Fixed Bug 555000, check_algorithmically() applies to deadkey keysyms only.

svn path=/branches/gtk-2-14/; revision=21625
This commit is contained in:
Simos Xenitellis
2008-10-10 08:27:34 +00:00
parent 22e548b122
commit e364e9fd8a

View File

@@ -5,7 +5,7 @@
Bug 555000 Wrong treatment on non-spacing marks dead keys in
GtkIMContextSimple
* gtk/gtkimcontextsimple.c: Change IS_DEY() macro so that
* gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
it on checksf input is a deadkey
2008-10-09 Richard Hult <richard@imendio.com>