diff options
author | Jason Leach <jasonleach@usa.net> | 2001-01-14 10:17:37 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-01-14 10:17:37 +0800 |
commit | 04b3fe409909822afa86e31c05c32c4e969060e4 (patch) | |
tree | b78e32b4a6c0f1d011c6fa8c7359c30fd19e21a5 /shell/ChangeLog | |
parent | d554c5bbab77882ed04cade3a1aa2f1191832c6d (diff) | |
download | gsoc2013-evolution-04b3fe409909822afa86e31c05c32c4e969060e4.tar gsoc2013-evolution-04b3fe409909822afa86e31c05c32c4e969060e4.tar.gz gsoc2013-evolution-04b3fe409909822afa86e31c05c32c4e969060e4.tar.bz2 gsoc2013-evolution-04b3fe409909822afa86e31c05c32c4e969060e4.tar.lz gsoc2013-evolution-04b3fe409909822afa86e31c05c32c4e969060e4.tar.xz gsoc2013-evolution-04b3fe409909822afa86e31c05c32c4e969060e4.tar.zst gsoc2013-evolution-04b3fe409909822afa86e31c05c32c4e969060e4.zip |
(Fix bug #934: Add Right-click item to hide the shortcut bar)
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.
svn path=/trunk/; revision=7485
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 13 |
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'. |