aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog2
-rw-r--r--mail/folder-browser-ui.c2
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-mail-message.xml3
4 files changed, 10 insertions, 2 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"),
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 15ee741b01..302bef750d 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2001-08-23 Larry Ewing <lewing@ximian.com>
* evolution-mail-message.xml: added ... to Search Message to
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index 2ceb7788ca..0a0b5cb266 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -111,7 +111,8 @@
<cmd name="MessageUndelete"
_tip="Un-delete the selected messages"
- accel="*Control*u"/>
+ accel="*Control*u"
+ pixtype="pixbuf"/>
<cmd name="PrintMessage"
_tip="Print this message"