summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimos Xenitellis <simos@src.gnome.org>2008-10-10 08:27:34 +0000
committerSimos Xenitellis <simos@src.gnome.org>2008-10-10 08:27:34 +0000
commite364e9fd8a490c5873574f5d24c3267d4611ca38 (patch)
treef765d170b01dbc9852ebd89b3326ee2317ea91f6
parent22e548b122e8eb5816db16accca0ae1839cf8b60 (diff)
downloadgdk-pixbuf-e364e9fd8a490c5873574f5d24c3267d4611ca38.tar.gz
Fixed Bug 555000, check_algorithmically() applies to deadkey keysyms only.
svn path=/branches/gtk-2-14/; revision=21625
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 077d510d9..a64afb938 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>