From fa7034a06147384557e5386c1c3941e7d6caa7f4 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 1 Jun 2009 10:24:27 +0200 Subject: [PATCH] Another printerr replaced by a g_warning --- src/hildon2/modest-platform.c | 2 +- src/maemo/modest-platform.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hildon2/modest-platform.c b/src/hildon2/modest-platform.c index e1654a2..faf4d49 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -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); } diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index bb472f1..b54f5f4 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -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); } -- 1.7.9.5