aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Harvey <peter.a.harvey@gmail.com>2006-02-24 21:27:22 +0800
committerPeter Anthony Harvey <paharvey@src.gnome.org>2006-02-24 21:27:22 +0800
commitf63a527a63c389a6cf8efb2e6c91736cf423ab6c (patch)
treebf0b2e658e41c1bc464d5f1ea510934209cf3376 /ChangeLog
parent911c3d33e3f1c699ca9d7ed46a2ec2352a6aa1e5 (diff)
downloadgsoc2013-epiphany-f63a527a63c389a6cf8efb2e6c91736cf423ab6c.tar
gsoc2013-epiphany-f63a527a63c389a6cf8efb2e6c91736cf423ab6c.tar.gz
gsoc2013-epiphany-f63a527a63c389a6cf8efb2e6c91736cf423ab6c.tar.bz2
gsoc2013-epiphany-f63a527a63c389a6cf8efb2e6c91736cf423ab6c.tar.lz
gsoc2013-epiphany-f63a527a63c389a6cf8efb2e6c91736cf423ab6c.tar.xz
gsoc2013-epiphany-f63a527a63c389a6cf8efb2e6c91736cf423ab6c.tar.zst
gsoc2013-epiphany-f63a527a63c389a6cf8efb2e6c91736cf423ab6c.zip
lib/egg/egg-editable-toolbar.c
2006-02-24 Peter Harvey <peter.a.harvey@gmail.com> * lib/egg/egg-editable-toolbar.c Fix a bug where the visibility_paths were deleted on deconstruct rather than dispose.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9da96354..ad0cca286 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* lib/egg/egg-editable-toolbar.c
+ Fix a bug where the visibility_paths were deleted on
+ deconstruct rather than dispose.
+
+2006-02-24 Peter Harvey <peter.a.harvey@gmail.com>
+
+ * lib/egg/egg-editable-toolbar.c
+
Made the "Show" menu items insensitive when the entire toolbar
is hidden.