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-component-registry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-component-registry.h') diff --git a/shell/e-component-registry.h b/shell/e-component-registry.h index f4ba0df912..06a979a986 100644 --- a/shell/e-component-registry.h +++ b/shell/e-component-registry.h @@ -72,6 +72,7 @@ struct _EComponentInfo { GNOME_Evolution_Component iface; char *button_label; + char *button_tooltips; GdkPixbuf *button_icon; char *menu_label; char *menu_accelerator; -- cgit