diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-07 02:02:18 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-07 02:02:18 +0800 |
commit | 00d89fdac2c92ceeae3478713f6fc247841d3da7 (patch) | |
tree | 780bcf00829fc1bccad90ccdee387aa1bc160693 /addressbook | |
parent | 82f7125f45269be8d2cded86d8c7fe37bd0364dc (diff) | |
download | gsoc2013-evolution-00d89fdac2c92ceeae3478713f6fc247841d3da7.tar.gz 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')
-rw-r--r-- | addressbook/ChangeLog | 9 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-view.c | 2 |
2 files changed, 10 insertions, 1 deletions
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 <michael.monreal@gmx.net> + + ** 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 <chkr@plauener.de> ** 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), |