diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-05-16 12:46:43 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-05-16 12:46:43 +0800 |
commit | cb71029bdb9b6c1652fa2b85808ba28a5f49af83 (patch) | |
tree | 566dbb336f1adadeaf82da3fc70c55024b0df308 /shell/e-component-registry.h | |
parent | 9d4a0a3fe72ef4db5a798a2ef82ed4ddbf70e339 (diff) | |
download | gsoc2013-evolution-cb71029bdb9b6c1652fa2b85808ba28a5f49af83.tar.gz 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-component-registry.h')
-rw-r--r-- | shell/e-component-registry.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |