aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog9
-rw-r--r--addressbook/gui/component/addressbook-view.c2
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),