diff options
author | Tobias Mueller <tobiasmue@svn.gnome.org> | 2007-10-23 08:54:13 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@src.gnome.org> | 2007-10-23 08:54:13 +0800 |
commit | 8ed4ae62dd95f626e46d1cec224e21eab63ac6df (patch) | |
tree | 09af4c9bca00e5b9815ce583dbcb0c26d7bbaba3 /addressbook/gui/component | |
parent | d5caf29b8460200eb7e02d74b99b1420ddaea927 (diff) | |
download | gsoc2013-evolution-8ed4ae62dd95f626e46d1cec224e21eab63ac6df.tar.gz gsoc2013-evolution-8ed4ae62dd95f626e46d1cec224e21eab63ac6df.tar.zst gsoc2013-evolution-8ed4ae62dd95f626e46d1cec224e21eab63ac6df.zip |
Patch by Michael Monreal <michael.monreal@gmx.net>
2007-10-23 Tobias Mueller <tobiasmue@svn.gnome.org>
Patch by Michael Monreal <michael.monreal@gmx.net>
** Fixes bug #486406
* gui/component/addressbook-component.c:
Use addressbook-new icon instead of stock_addressbook
svn path=/trunk/; revision=34410
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index bd42bf8960..a010fafafb 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -245,7 +245,7 @@ impl__get_userCreatableItems (PortableServer_Servant servant, list->_buffer[2].menuDescription = _("Address _Book"); list->_buffer[2].tooltip = _("Create a new address book"); list->_buffer[2].menuShortcut = '\0'; - list->_buffer[2].iconName = "stock_addressbook"; + list->_buffer[2].iconName = "address-book-new"; list->_buffer[2].type = GNOME_Evolution_CREATABLE_FOLDER; return list; |