diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-02-27 21:11:49 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-02-27 21:11:49 +0800 |
commit | ea7657cbc7b0a294305716fa0ed3660ccdb15f43 (patch) | |
tree | f88811aac82316df176a041576ecf93db6f08a0e /ChangeLog | |
parent | fca771346f8dc0d8707bc5352e6432e32d9439ea (diff) | |
download | gsoc2013-epiphany-ea7657cbc7b0a294305716fa0ed3660ccdb15f43.tar.gz gsoc2013-epiphany-ea7657cbc7b0a294305716fa0ed3660ccdb15f43.tar.zst gsoc2013-epiphany-ea7657cbc7b0a294305716fa0ed3660ccdb15f43.zip |
Fix toolbar removal.
2003-02-27 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-editable-toolbar.c: (editor_close),
(editor_add_toolbar), (dialog_response_cb), (setup_editor):
Fix toolbar removal.
* lib/widgets/ephy-toolbars-group.c:
(ephy_toolbars_group_to_string), (ephy_toolbars_group_remove_item):
Use a real GtkDialog for the editor, nicer code and good window placement.
Just hope we dont have to change this again :/
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2003-02-27 Marco Pesenti Gritti <marco@it.gnome.org> + + * lib/widgets/ephy-editable-toolbar.c: (editor_close), + (editor_add_toolbar), (dialog_response_cb), (setup_editor): + + Fix toolbar removal. + + * lib/widgets/ephy-toolbars-group.c: + (ephy_toolbars_group_to_string), (ephy_toolbars_group_remove_item): + + Use a real GtkDialog for the editor, nicer code and good window placement. + Just hope we dont have to change this again :/ + 2003-02-26 Xan Lopez <xan@masilla.org> * src/ephy-window.c: |