diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-13 04:22:12 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-13 04:22:12 +0800 |
commit | 5d07b9739f9c601b3f627b7a586fc02946c81a75 (patch) | |
tree | 3734d48b08c1fc40d962605b216a354348687470 /shell/ChangeLog | |
parent | f0427b10105cd3046923d4362d73150cd5c7208f (diff) | |
download | gsoc2013-evolution-5d07b9739f9c601b3f627b7a586fc02946c81a75.tar.gz gsoc2013-evolution-5d07b9739f9c601b3f627b7a586fc02946c81a75.tar.zst gsoc2013-evolution-5d07b9739f9c601b3f627b7a586fc02946c81a75.zip |
Call e_sidebar_select_button() instead of switch_view().
* e-shell-window.c (e_shell_window_switch_to_component): Call
e_sidebar_select_button() instead of switch_view().
* e-sidebar.c (update_buttons): New helper function.
(e_sidebar_select_button): New.
svn path=/trunk/; revision=23299
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index bc8031d33a..07b908529a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2003-11-12 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-window.c (e_shell_window_switch_to_component): Call + e_sidebar_select_button() instead of switch_view(). + + * e-sidebar.c (update_buttons): New helper function. + (e_sidebar_select_button): New. + 2003-11-11 JP Rosevear <jpr@ximian.com> * main.c (kill_dataserver): kill the right thing |