aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-view.c
diff options
context:
space:
mode:
authorTobias Mueller <muelli@auftrags-killer.org>2007-10-10 00:16:30 +0800
committerTobias Mueller <tobiasmue@src.gnome.org>2007-10-10 00:16:30 +0800
commit363ee376bab58b66c0966fae5f9afb11bab2787e (patch)
tree1c688945dd65328b0d05953ee7e03e7ad65e6024 /mail/em-folder-view.c
parentd0a918cc53306d06357cc3de84270727bfbf6c55 (diff)
downloadgsoc2013-evolution-363ee376bab58b66c0966fae5f9afb11bab2787e.tar
gsoc2013-evolution-363ee376bab58b66c0966fae5f9afb11bab2787e.tar.gz
gsoc2013-evolution-363ee376bab58b66c0966fae5f9afb11bab2787e.tar.bz2
gsoc2013-evolution-363ee376bab58b66c0966fae5f9afb11bab2787e.tar.lz
gsoc2013-evolution-363ee376bab58b66c0966fae5f9afb11bab2787e.tar.xz
gsoc2013-evolution-363ee376bab58b66c0966fae5f9afb11bab2787e.tar.zst
gsoc2013-evolution-363ee376bab58b66c0966fae5f9afb11bab2787e.zip
** Fix for bug #482575
2007-10-09 Tobias Mueller <muelli@auftrags-killer.org> ** Fix for bug #482575 * em-folder-view.c: Don't use "insert_image" icon. Patch by Michael Monreal <infernux@web.de> svn path=/trunk/; revision=34366
Diffstat (limited to 'mail/em-folder-view.c')
-rw-r--r--mail/em-folder-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c
index b7d80bac03..90f3c3418b 100644
--- a/mail/em-folder-view.c
+++ b/mail/em-folder-view.c
@@ -1975,7 +1975,7 @@ static EPixmap emfv_message_pixmaps[] = {
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/ViewLoadImages", "insert-image", 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),