diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-09-23 02:11:20 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-23 02:11:20 +0800 |
commit | 403518381b86a05c97e3c3b260754a0176f09c23 (patch) | |
tree | b4b998ba312fc0a6edf08463b7f1cf01dee1a611 /ChangeLog | |
parent | 7b46c83f7317340694c49138420ecffe681a4516 (diff) | |
download | gsoc2013-epiphany-403518381b86a05c97e3c3b260754a0176f09c23.tar gsoc2013-epiphany-403518381b86a05c97e3c3b260754a0176f09c23.tar.gz gsoc2013-epiphany-403518381b86a05c97e3c3b260754a0176f09c23.tar.bz2 gsoc2013-epiphany-403518381b86a05c97e3c3b260754a0176f09c23.tar.lz gsoc2013-epiphany-403518381b86a05c97e3c3b260754a0176f09c23.tar.xz gsoc2013-epiphany-403518381b86a05c97e3c3b260754a0176f09c23.tar.zst gsoc2013-epiphany-403518381b86a05c97e3c3b260754a0176f09c23.zip |
Initialise position passed to gtk_editable_insert_text().
2004-09-22 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-dialog.c: (set_editable_from_value):
Initialise position passed to gtk_editable_insert_text().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-09-22 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-dialog.c: (set_editable_from_value): + + Initialise position passed to gtk_editable_insert_text(). + +2004-09-22 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-download.c: (update_remaining_time): Fix the build. |