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

svn path=/trunk/; revision=21627
This commit is contained in:
Simos Xenitellis 2008-10-10 08:29:12 +00:00
parent ab46558d12
commit 23caa73f9b

View File

@ -4,7 +4,7 @@
GtkIMContextSimple
* gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
it on checksf input is a deadkey keysym.
it only checks if input is a deadkey keysym.
2008-10-09 Christian Dywan <christian@imendio.com>