Another printerr replaced by a g_warning
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 1 Jun 2009 08:24:27 +0000 (10:24 +0200)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 1 Jun 2009 08:48:38 +0000 (10:48 +0200)
src/hildon2/modest-platform.c
src/maemo/modest-platform.c

index e1654a2..faf4d49 100644 (file)
@@ -539,7 +539,7 @@ modest_platform_get_icon (const gchar *name, guint icon_size)
                                           GTK_ICON_LOOKUP_NO_SVG,
                                           &err);
        if (!pixbuf) {
-               g_printerr ("modest: error loading theme icon '%s': %s\n",
+               g_warning ("Error loading theme icon '%s': %s\n",
                            name, err->message);
                g_error_free (err);
        } 
index bb472f1..b54f5f4 100644 (file)
@@ -519,7 +519,7 @@ modest_platform_get_icon (const gchar *name, guint icon_size)
                                           GTK_ICON_LOOKUP_NO_SVG,
                                           &err);
        if (!pixbuf) {
-               g_printerr ("modest: error loading theme icon '%s': %s\n",
+               g_warning ("Error loading theme icon '%s': %s\n",
                            name, err->message);
                g_error_free (err);
        }