aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-view.c
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-01-07 02:02:18 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-01-07 02:02:18 +0800
commit00d89fdac2c92ceeae3478713f6fc247841d3da7 (patch)
tree780bcf00829fc1bccad90ccdee387aa1bc160693 /addressbook/gui/component/addressbook-view.c
parent82f7125f45269be8d2cded86d8c7fe37bd0364dc (diff)
downloadgsoc2013-evolution-00d89fdac2c92ceeae3478713f6fc247841d3da7.tar
gsoc2013-evolution-00d89fdac2c92ceeae3478713f6fc247841d3da7.tar.gz
gsoc2013-evolution-00d89fdac2c92ceeae3478713f6fc247841d3da7.tar.bz2
gsoc2013-evolution-00d89fdac2c92ceeae3478713f6fc247841d3da7.tar.lz
gsoc2013-evolution-00d89fdac2c92ceeae3478713f6fc247841d3da7.tar.xz
gsoc2013-evolution-00d89fdac2c92ceeae3478713f6fc247841d3da7.tar.zst
gsoc2013-evolution-00d89fdac2c92ceeae3478713f6fc247841d3da7.zip
Patch from Michael Monreal <michael.monreal@gmx.net>: 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
Diffstat (limited to 'addressbook/gui/component/addressbook-view.c')
-rw-r--r--addressbook/gui/component/addressbook-view.c2
1 files changed, 1 insertions, 1 deletions
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),