From 8ed4ae62dd95f626e46d1cec224e21eab63ac6df Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Tue, 23 Oct 2007 00:54:13 +0000 Subject: Patch by Michael Monreal 2007-10-23 Tobias Mueller Patch by Michael Monreal ** Fixes bug #486406 * gui/component/addressbook-component.c: Use addressbook-new icon instead of stock_addressbook svn path=/trunk/; revision=34410 --- addressbook/ChangeLog | 8 ++++++++ addressbook/gui/component/addressbook-component.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 775d089e9d..4872b843de 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2007-10-23 Tobias Mueller + Patch by Michael Monreal + + ** Fixes bug #486406 + + * gui/component/addressbook-component.c: + Use addressbook-new icon instead of stock_addressbook + 2007-10-22 Matthew Barnes ** Fixes part of bug #417999 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; -- cgit v1.2.3