diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-30 08:22:56 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-30 08:22:56 +0800 |
commit | 4435a5db63161145af807bc7e0845a899adeca30 (patch) | |
tree | 1049f1719cde0632016610952e20604f178eb909 /ChangeLog | |
parent | b36ddcbdd5cd0cc57dd7f15931a699bda6499297 (diff) | |
download | gsoc2013-evolution-4435a5db63161145af807bc7e0845a899adeca30.tar.gz gsoc2013-evolution-4435a5db63161145af807bc7e0845a899adeca30.tar.zst gsoc2013-evolution-4435a5db63161145af807bc7e0845a899adeca30.zip |
Call bonobo_control_frame_activate on the folder_view every time it is
* shell/e-shell-view.c (e_shell_view_set_view): Call
bonobo_control_frame_activate on the folder_view every time it
is displayed, and bonobo_control_frame_deactivate every time it is
hidden.
* folder-browser-factory.c (control_activate): build a toolbar.
(control_deactivate): and hide it.
svn path=/trunk/; revision=2250
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-03-29 Dan Winship <danw@helixcode.com> + + * shell/e-shell-view.c (e_shell_view_set_view): Call + bonobo_control_frame_activate on the folder_view every time it + is displayed, and bonobo_control_frame_deactivate every time it is + hidden. + 2000-03-29 Christopher James Lahey <clahey@helixcode.com> * addressbook/backend/ebook/e-card-cursor.c: Fixed management of |