diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-04-27 09:33:01 +0000 |
---|---|---|
committer | Chris Wilson <cpwilson@src.gnome.org> | 2007-04-27 09:33:01 +0000 |
commit | 94b939236b9648ff3925260286d888c444d20df8 (patch) | |
tree | 7ce6b654aca2ecb51305a06f824c5cfa58503692 /ChangeLog | |
parent | fdc4e3c5a569e843b08d6e712cea38fe7774a309 (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |