summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimos Xenitellis <simos@src.gnome.org>2008-10-10 08:29:36 +0000
committerSimos Xenitellis <simos@src.gnome.org>2008-10-10 08:29:36 +0000
commit789c038b1ea11444cf074dff46e48dc4c6d125a5 (patch)
treebbc6a223cf159491ae73c140883305cb6ad5d2fb
parente364e9fd8a490c5873574f5d24c3267d4611ca38 (diff)
downloadgdk-pixbuf-789c038b1ea11444cf074dff46e48dc4c6d125a5.tar.gz
Fixed Bug 555000, check_algorithmically() applies to deadkey keysyms only.
svn path=/branches/gtk-2-14/; revision=21628
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a64afb938..be23e1a60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@
GtkIMContextSimple
* gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
- it on checksf input is a deadkey
+ it only checks if input is a deadkey.
2008-10-09 Richard Hult <richard@imendio.com>