aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-05-16 12:46:43 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-05-16 12:46:43 +0800
commitcb71029bdb9b6c1652fa2b85808ba28a5f49af83 (patch)
tree566dbb336f1adadeaf82da3fc70c55024b0df308 /shell/e-shell-window.c
parent9d4a0a3fe72ef4db5a798a2ef82ed4ddbf70e339 (diff)
downloadgsoc2013-evolution-cb71029bdb9b6c1652fa2b85808ba28a5f49af83.tar
gsoc2013-evolution-cb71029bdb9b6c1652fa2b85808ba28a5f49af83.tar.gz
gsoc2013-evolution-cb71029bdb9b6c1652fa2b85808ba28a5f49af83.tar.bz2
gsoc2013-evolution-cb71029bdb9b6c1652fa2b85808ba28a5f49af83.tar.lz
gsoc2013-evolution-cb71029bdb9b6c1652fa2b85808ba28a5f49af83.tar.xz
gsoc2013-evolution-cb71029bdb9b6c1652fa2b85808ba28a5f49af83.tar.zst
gsoc2013-evolution-cb71029bdb9b6c1652fa2b85808ba28a5f49af83.zip
shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.h
2005-05-16 Srinivasa Ragavan <sragavan@novell.com> shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.h shell/e-shell-window.c shell/e-sidebar.h shell/e-sidebar.c addressbook/ChangeLog addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in calendar/ChangeLog calendar/gui/GNOME_Evolution_Calendar.server.in.in mail/ChangeLog mail/GNOME_Evolution_Mail.server.in.in Added support for tooltips for component switching buttons. svn path=/trunk/; revision=29358
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 53b8489751..df71f96266 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -694,7 +694,7 @@ setup_widgets (EShellWindow *window)
ComponentView *view = component_view_new (info->id, info->alias, button_id);
window->priv->component_views = g_slist_prepend (window->priv->component_views, view);
- e_sidebar_add_button (E_SIDEBAR (priv->sidebar), info->button_label, info->button_icon, button_id);
+ e_sidebar_add_button (E_SIDEBAR (priv->sidebar), info->button_label, info->button_tooltips, info->button_icon, button_id);
g_string_printf(xml, "SwitchComponent-%s", info->alias);
bonobo_ui_component_add_verb (e_shell_window_peek_bonobo_ui_component (window),