From eee5604d5a1031faf03cc85bfefa87e2f1304b88 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 15 Oct 2007 20:15:07 +0000 Subject: Fix broken icon for View -> Zoom -> Normal Size. 2007-10-15 Matthew Barnes * mail/em-folder-view.c: Fix broken icon for View -> Zoom -> Normal Size. svn path=/trunk/; revision=34389 --- mail/ChangeLog | 5 +++++ mail/em-folder-view.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 959721f7c3..e2f3258cca 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2007-10-15 Matthew Barnes + + * em-folder-view.c: + Fix broken icon for View -> Zoom -> Normal Size. + 2007-10-12 Michael Monreal ** New inbox/outbox/sent icons (bug #479257) diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c index 5c4cd27bc2..87249e7f7b 100644 --- a/mail/em-folder-view.c +++ b/mail/em-folder-view.c @@ -1974,7 +1974,7 @@ static EPixmap emfv_message_pixmaps[] = { E_PIXMAP ("/commands/PrintPreviewMessage", "document-print-preview", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/TextZoomIn", "zoom-in", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/TextZoomOut", "zoom-out", E_ICON_SIZE_MENU), - E_PIXMAP ("/commands/TextZoomReset", "zoom-reset", E_ICON_SIZE_MENU), + E_PIXMAP ("/commands/TextZoomReset", "zoom-original", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/ViewLoadImages", "image-x-generic", E_ICON_SIZE_MENU), E_PIXMAP ("/menu/MessagePlaceholder/Message/MessageNavigation/GoTo", "go-jump", E_ICON_SIZE_MENU), -- cgit v1.2.3