diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-07-06 01:49:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-07-06 01:49:11 +0800 |
commit | ef8471f1c1829e864124d0025938ed1c8b8970c7 (patch) | |
tree | d949b537b1d0026bede2e4f7ea02ed3f388d865b /ChangeLog | |
parent | 74a90453c307ef335076ebd89878a715a10889bd (diff) | |
download | gsoc2013-epiphany-ef8471f1c1829e864124d0025938ed1c8b8970c7.tar gsoc2013-epiphany-ef8471f1c1829e864124d0025938ed1c8b8970c7.tar.gz gsoc2013-epiphany-ef8471f1c1829e864124d0025938ed1c8b8970c7.tar.bz2 gsoc2013-epiphany-ef8471f1c1829e864124d0025938ed1c8b8970c7.tar.lz gsoc2013-epiphany-ef8471f1c1829e864124d0025938ed1c8b8970c7.tar.xz gsoc2013-epiphany-ef8471f1c1829e864124d0025938ed1c8b8970c7.tar.zst gsoc2013-epiphany-ef8471f1c1829e864124d0025938ed1c8b8970c7.zip |
gtk_editable_insert_text takes the number of bytes in the string, not the
2003-07-05 Christian Persch <chpe@cvs.gnome.org>
* src/prefs-dialog.c: (setup_font_menu), (set_homepage_entry):
gtk_editable_insert_text takes the number of bytes in the string,
not the number of characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-07-05 Christian Persch <chpe@cvs.gnome.org> + + * src/prefs-dialog.c: (setup_font_menu), (set_homepage_entry): + + gtk_editable_insert_text takes the number of bytes in the string, + not the number of characters. + 2003-07-05 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/ContentHandler.cpp: |