Removed a warningw
authorSergio Villar Senin <svillar@igalia.com>
Thu, 24 Apr 2008 14:14:08 +0000 (14:14 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 24 Apr 2008 14:14:08 +0000 (14:14 +0000)
pmo-trunk-r4458

src/gnome/modest-platform.c

index 76a5e61..af39057 100644 (file)
@@ -123,8 +123,8 @@ modest_platform_get_icon (const gchar *name, guint icon_size)
        pixbuf = gdk_pixbuf_new_from_file (name, &err);
 
        if (!pixbuf) {
        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);
        }
        
                g_error_free (err);
        }