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

svn path=/trunk/; revision=21626
This commit is contained in:
Simos Xenitellis 2008-10-10 08:28:12 +00:00
parent a3fe407624
commit ab46558d12

View File

@ -3,7 +3,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 keysym.
2008-10-09 Christian Dywan <christian@imendio.com>