aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-19 08:24:50 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-19 08:24:50 +0800
commitaa8e74d93a2c9fb43da9a5a8259cce7c75b1677f (patch)
tree58331d8098089f73dc8d8daa91158e8592a11a34 /ChangeLog
parent01ad74b01b77d67fb5591c2dc960bde63f90fdcd (diff)
downloadgsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar.gz
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar.bz2
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar.lz
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar.xz
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.tar.zst
gsoc2013-epiphany-aa8e74d93a2c9fb43da9a5a8259cce7c75b1677f.zip
When removing a toolbar, make its items available again in the toolbar
2004-02-19 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: (toolbar_removed_cb), (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init), (update_actions_list), (egg_toolbar_editor_load_actions): * lib/egg/egg-toolbar-editor.h: When removing a toolbar, make its items available again in the toolbar editor. Fixes bug #131182.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e75827a82..99da702e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-02-19 Christian Persch <chpe@cvs.gnome.org>
+
+ * lib/egg/egg-toolbar-editor.c: (toolbar_removed_cb),
+ (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
+ (update_actions_list), (egg_toolbar_editor_load_actions):
+ * lib/egg/egg-toolbar-editor.h:
+
+ When removing a toolbar, make its items available again in the toolbar
+ editor. Fixes bug #131182.
+
2004-02-18 Alexander Winston <alexander.winston@comcast.net>
* help/C/epiphany.xml: Fixed typos in the bookmarks explanation.