aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-02-27 21:11:49 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-02-27 21:11:49 +0800
commitea7657cbc7b0a294305716fa0ed3660ccdb15f43 (patch)
treef88811aac82316df176a041576ecf93db6f08a0e /ChangeLog
parentfca771346f8dc0d8707bc5352e6432e32d9439ea (diff)
downloadgsoc2013-epiphany-ea7657cbc7b0a294305716fa0ed3660ccdb15f43.tar
gsoc2013-epiphany-ea7657cbc7b0a294305716fa0ed3660ccdb15f43.tar.gz
gsoc2013-epiphany-ea7657cbc7b0a294305716fa0ed3660ccdb15f43.tar.bz2
gsoc2013-epiphany-ea7657cbc7b0a294305716fa0ed3660ccdb15f43.tar.lz
gsoc2013-epiphany-ea7657cbc7b0a294305716fa0ed3660ccdb15f43.tar.xz
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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 350b939fb..20484a10f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: