aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-sidebar.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-11-13 04:22:12 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-11-13 04:22:12 +0800
commit5d07b9739f9c601b3f627b7a586fc02946c81a75 (patch)
tree3734d48b08c1fc40d962605b216a354348687470 /shell/e-sidebar.h
parentf0427b10105cd3046923d4362d73150cd5c7208f (diff)
downloadgsoc2013-evolution-5d07b9739f9c601b3f627b7a586fc02946c81a75.tar
gsoc2013-evolution-5d07b9739f9c601b3f627b7a586fc02946c81a75.tar.gz
gsoc2013-evolution-5d07b9739f9c601b3f627b7a586fc02946c81a75.tar.bz2
gsoc2013-evolution-5d07b9739f9c601b3f627b7a586fc02946c81a75.tar.lz
gsoc2013-evolution-5d07b9739f9c601b3f627b7a586fc02946c81a75.tar.xz
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/e-sidebar.h')
-rw-r--r--shell/e-sidebar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-sidebar.h b/shell/e-sidebar.h
index d77a7c91b7..e224698346 100644
--- a/shell/e-sidebar.h
+++ b/shell/e-sidebar.h
@@ -60,5 +60,7 @@ void e_sidebar_add_button (ESidebar *sidebar,
GdkPixbuf *icon,
int id);
+void e_sidebar_select_button (ESidebar *sidebar,
+ int id);
#endif /* _E_SIDEBAR_H_ */