From: Sergio Villar Senin Date: Thu, 24 Apr 2008 14:14:08 +0000 (+0000) Subject: Removed a warningw X-Git-Tag: git_migration_finished~1431 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=ae62ce96b11099bdf4db58d89552403b4be35e05 Removed a warningw pmo-trunk-r4458 --- diff --git a/src/gnome/modest-platform.c b/src/gnome/modest-platform.c index 76a5e61..af39057 100644 --- a/src/gnome/modest-platform.c +++ b/src/gnome/modest-platform.c @@ -123,8 +123,8 @@ modest_platform_get_icon (const gchar *name, guint icon_size) pixbuf = gdk_pixbuf_new_from_file (name, &err); if (!pixbuf) { - g_printerr ("modest: error while loading icon '%s': %s\n", - name, err->message); +/* g_printerr ("modest: error while loading icon '%s': %s\n", */ +/* name, err->message); */ g_error_free (err); }