summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-04-27 09:33:01 +0000
committerChris Wilson <cpwilson@src.gnome.org>2007-04-27 09:33:01 +0000
commit94b939236b9648ff3925260286d888c444d20df8 (patch)
tree7ce6b654aca2ecb51305a06f824c5cfa58503692 /ChangeLog
parentfdc4e3c5a569e843b08d6e712cea38fe7774a309 (diff)
Bug 433776 – gnome-terminal crashes when open preedit area Take 2.
2007-04-27 Chris Wilson <chris@chris-wilson.co.uk> Bug 433776 – gnome-terminal crashes when open preedit area Take 2. * src/vte.c (vte_terminal_paint): The preedit_cursor is returned by the input modules in characters not in bytes as assumed by the validation. svn path=/trunk/; revision=1887
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2071cef..d8954e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
2007-04-27 Chris Wilson <chris@chris-wilson.co.uk>
Bug 433776 – gnome-terminal crashes when open preedit area
+ Take 2.
+
+ * src/vte.c (vte_terminal_paint): The preedit_cursor is returned by
+ the input modules in characters not in bytes as assumed by the
+ validation.
+
+2007-04-27 Chris Wilson <chris@chris-wilson.co.uk>
+
+ Bug 433776 – gnome-terminal crashes when open preedit area
* src/vte.c (vte_terminal_paint): Use the validated cursor index.