From c44d7bdc7305613757ea5b2a2b3187face5500cb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 4 Oct 2007 14:43:21 +0000 Subject: ** Fixes bug #477045 2007-10-04 Matthew Barnes ** Fixes bug #477045 * addressbook/gui/component/addressbook-view.c: * calendar/gui/calendar-component.c: * calendar/gui/memos-component.c: * calendar/gui/tasks-component.c: * mail/em-folder-tree.c: Use "edit-copy" and "document-properties" icons in the pop-up menu. svn path=/trunk/; revision=34354 --- mail/ChangeLog | 7 +++++++ mail/em-folder-browser.c | 2 +- mail/em-folder-tree.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 380c3749ff..98b078f75c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2007-10-04 Matthew Barnes + + ** Fixes part of bug #477045 + + * em-folder-tree.c: + Use "document-properties" icon in pop-up menu. + 2007-10-03 Milan Crha ** Fix for bug #473903 diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c index bdbd6bfe76..95638fd74c 100644 --- a/mail/em-folder-browser.c +++ b/mail/em-folder-browser.c @@ -1607,7 +1607,7 @@ static BonoboUIVerb emfb_verbs[] = { }; static EPixmap emfb_pixmaps[] = { - E_PIXMAP ("/commands/ChangeFolderProperties", "stock_folder-properties", E_ICON_SIZE_MENU), + E_PIXMAP ("/commands/ChangeFolderProperties", "document-properties", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderCopy", "stock_folder-copy", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderMove", "stock_folder-move", E_ICON_SIZE_MENU), diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c index b04fecf272..3aff4a0358 100644 --- a/mail/em-folder-tree.c +++ b/mail/em-folder-tree.c @@ -2113,7 +2113,7 @@ static EPopupItem emft_popup_items[] = { { E_POPUP_BAR, "80.emc" }, - { E_POPUP_ITEM, "80.emc.00", N_("_Properties"), emft_popup_properties, NULL, "stock_folder-properties", 0, EM_POPUP_FOLDER_FOLDER|EM_POPUP_FOLDER_SELECT } + { E_POPUP_ITEM, "80.emc.00", N_("_Properties"), emft_popup_properties, NULL, "document-properties", 0, EM_POPUP_FOLDER_FOLDER|EM_POPUP_FOLDER_SELECT } }; static EPopupItem trash_popup_item = {E_POPUP_ITEM, "20.emc.03", N_("_Empty Trash"), emft_popup_empty_trash,NULL,NULL, 1, EM_POPUP_FOLDER_FOLDER|EM_POPUP_FOLDER_SELECT}; -- cgit v1.2.3