aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-08-30 03:22:51 +0800
committerPeter Williams <peterw@src.gnome.org>2001-08-30 03:22:51 +0800
commitd754f55ce5aeb4578f5cf9ea8221e8d0ec3bbfd5 (patch)
tree960a2f18ed89a9f098ebb7342351a7c4e2e1a19a /mail
parentfd6740b4a8a27ea0a666c9e19ac600645935af44 (diff)
downloadgsoc2013-evolution-d754f55ce5aeb4578f5cf9ea8221e8d0ec3bbfd5.tar
gsoc2013-evolution-d754f55ce5aeb4578f5cf9ea8221e8d0ec3bbfd5.tar.gz
gsoc2013-evolution-d754f55ce5aeb4578f5cf9ea8221e8d0ec3bbfd5.tar.bz2
gsoc2013-evolution-d754f55ce5aeb4578f5cf9ea8221e8d0ec3bbfd5.tar.lz
gsoc2013-evolution-d754f55ce5aeb4578f5cf9ea8221e8d0ec3bbfd5.tar.xz
gsoc2013-evolution-d754f55ce5aeb4578f5cf9ea8221e8d0ec3bbfd5.tar.zst
gsoc2013-evolution-d754f55ce5aeb4578f5cf9ea8221e8d0ec3bbfd5.zip
in mail:
2001-08-29 Peter Williams <peterw@ximian.com> * folder-browser-ui.c: Fix the pixmap for /commands/MessageUndelete. in ui: 2001-08-29 Peter Williams <peterw@ximian.com> * evolution-mail-message.xml: Add a pixtype to /Commands/MessageUndelete so that people can see the icon. svn path=/trunk/; revision=12515
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog2
-rw-r--r--mail/folder-browser-ui.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 2918dc12f7..768d98e67f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,7 @@
2001-08-29 Peter Williams <peterw@ximian.com>
+ * folder-browser-ui.c: Fix the pixmap for /commands/MessageUndelete.
+
* component-factory.c (owner_set_cb): Toss in a call to
mail_config_init () cause it might contribute to solving
bug 4911, and it won't hurt.
diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c
index 8a2189e1f9..ca60821ae4 100644
--- a/mail/folder-browser-ui.c
+++ b/mail/folder-browser-ui.c
@@ -116,7 +116,7 @@ static EPixmap message_pixcache [] = {
E_PIXMAP ("/commands/PrintMessage", "print.xpm"),
E_PIXMAP ("/commands/PrintPreviewMessage", "print-preview.xpm"),
E_PIXMAP ("/commands/MessageDelete", "evolution-trash-mini.png"),
- E_PIXMAP ("/commands/MessageUndelete", "undelete_message.xpm"),
+ E_PIXMAP ("/commands/MessageUndelete", "undelete_message-16.png"),
E_PIXMAP ("/commands/MessageCopy", "copy_16_message.xpm"),
E_PIXMAP ("/commands/MessageMove", "move_message.xpm"),
E_PIXMAP ("/commands/MessageReplyAll", "reply_to_all.xpm"),