From cb71029bdb9b6c1652fa2b85808ba28a5f49af83 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 16 May 2005 04:46:43 +0000 Subject: shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.h 2005-05-16 Srinivasa Ragavan 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 --- shell/e-sidebar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-sidebar.h') diff --git a/shell/e-sidebar.h b/shell/e-sidebar.h index 873d366b38..c93300c53f 100644 --- a/shell/e-sidebar.h +++ b/shell/e-sidebar.h @@ -64,6 +64,7 @@ void e_sidebar_set_selection_widget (ESidebar *sidebar, void e_sidebar_add_button (ESidebar *sidebar, const char *label, + const char *tooltips, GdkPixbuf *icon, int id); -- cgit