aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index e14b426b19..485e657deb 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,16 @@
+2001-01-13 Jason Leach <jasonleach@usa.net>
+
+ (Fix bug #934: Add Right-click item to hide the shortcut bar)
+
+ * e-shortcuts-view.c (class_init): Create a new hide_requested
+ signal.
+ (hide_shortcut_bar_cb): New function that gets called from the
+ right click menu items, it emits the hide_requested signal.
+
+ * e-shell-view.c (setup_widgets): Connect the hide_requested from
+ the shortcut bar.
+ (hide_requested_cb): New function.
+
2001-01-13 Ettore Perazzoli <ettore@ximian.com>
* e-storage-set-view.h: New signal `dnd_action'.