From: Jose Dapena Paz Date: Thu, 3 Dec 2009 17:03:10 +0000 (+0100) Subject: Proper icon for attached messages in message view of gtk X-Git-Tag: jdapena-ppa-3.90.4-modest0~112 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=43987676b2e434bf1fb6d3aa02d0e7cf6691cdd0;ds=sidebyside Proper icon for attached messages in message view of gtk --- diff --git a/src/gtk/modest-platform.c b/src/gtk/modest-platform.c index 40b26ee..a9e12cd 100644 --- a/src/gtk/modest-platform.c +++ b/src/gtk/modest-platform.c @@ -199,7 +199,7 @@ modest_platform_get_file_icon_name (const gchar* name, const gchar* mime_type, for (cursor = icon_names; cursor; ++cursor) { if (!g_ascii_strcasecmp (*cursor, "gnome-mime-message") || !g_ascii_strcasecmp (*cursor, "gnome-mime-message-rfc822")) { - icon_name = g_strdup ("qgn_list_messagin"); + icon_name = g_strdup ("stock_message-display"); break; } else if (gtk_icon_theme_has_icon (gtk_icon_theme_get_default(), *cursor)) { icon_name = g_strdup (*cursor);