diff options
author | Christian Dywan <christian@imendio.com> | 2008-11-05 14:27:33 +0000 |
---|---|---|
committer | Christian Dywan <cdywan@src.gnome.org> | 2008-11-05 14:27:33 +0000 |
commit | 89e28e068ccd2f54516dd68b5ed58198480a246c (patch) | |
tree | c5798303bcaa5f6ccb6728a46175cb3e4aa5d2b8 /ChangeLog | |
parent | a641e8fb920ba5334bd44e4cfccfdc441008eb64 (diff) | |
download | gtk+-89e28e068ccd2f54516dd68b5ed58198480a246c.tar.gz |
Bug 559404 – gtk_editable_insert_text counts length in bytes
2008-11-05 Christian Dywan <christian@imendio.com>
Bug 559404 – gtk_editable_insert_text counts length in bytes
* gtk/gtkeditable.c:
Document new_text_length as the number of bytes
svn path=/trunk/; revision=21760
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-11-05 Christian Dywan <christian@imendio.com> + + Bug 559404 – gtk_editable_insert_text counts length in bytes + + * gtk/gtkeditable.c: + Document new_text_length as the number of bytes + 2008-11-05 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: |