From 00d89fdac2c92ceeae3478713f6fc247841d3da7 Mon Sep 17 00:00:00 2001 From: Suman Manjunath Date: Sun, 6 Jan 2008 18:02:18 +0000 Subject: Patch from Michael Monreal : Fix for bug #492188 (Use the new Tangoized icons instead of the deprecated ones from gnome-icon-theme) M addressbook/gui/component/addressbook-view.c M addressbook/ChangeLog AM data/icons/hicolor_actions_16x16_mail-move.png AM data/icons/hicolor_actions_16x16_mail-copy.png AM data/icons/hicolor_actions_16x16_folder-move.png M data/icons/Makefile.am AM data/icons/hicolor_actions_16x16_folder-copy.png M mail/em-folder-browser.c M mail/ChangeLog M mail/em-folder-tree.c M mail/em-folder-view.c M mail/message-list.c M composer/ChangeLog M composer/e-msg-composer.c M ChangeLog M calendar/gui/dialogs/comp-editor.c M calendar/ChangeLog svn path=/trunk/; revision=34769 --- addressbook/ChangeLog | 9 +++++++++ addressbook/gui/component/addressbook-view.c | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f3bf0ae114..e2e91e36e0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2008-01-06 Michael Monreal + + ** Fix for bug #492188 + + * gui/component/addressbook-view.c: + + Use the new Tangoized icons instead of deprecated icons from + gnome-icon-theme. + 2008-01-06 Christian Krause ** Fix for bug #506772 diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c index 8d27b27f53..d58b7400aa 100644 --- a/addressbook/gui/component/addressbook-view.c +++ b/addressbook/gui/component/addressbook-view.c @@ -626,7 +626,7 @@ static EPixmap pixmaps [] = { E_PIXMAP ("/commands/ContactsSendMessageToContact", "mail-message-new", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderCopy", "edit-copy", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderDelete", "edit-delete", E_ICON_SIZE_MENU), - E_PIXMAP ("/commands/FolderMove", "stock_folder-move", E_ICON_SIZE_MENU), + E_PIXMAP ("/commands/FolderMove", "folder-move", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderSave", "document-save-as", E_ICON_SIZE_MENU), E_PIXMAP ("/Toolbar/ContactsPrint", "document-print", E_ICON_SIZE_LARGE_TOOLBAR), -- cgit