X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-platform.c;h=c35b1b43be8aff7fd73448fdbf1fe3a0ef9f21aa;hp=ed80eeb3f7c846da20ea6ef10e807681458f71f6;hb=976c05744180efac28a9dc421acefcff18659d67;hpb=5ff64b5b4c5c0c8101bd5a4f3a22d20cb6710d77 diff --git a/src/maemo/modest-platform.c b/src/maemo/modest-platform.c index ed80eeb..c35b1b4 100644 --- a/src/maemo/modest-platform.c +++ b/src/maemo/modest-platform.c @@ -311,8 +311,8 @@ GdkPixbuf* modest_platform_get_icon (const gchar *name) { GError *err = NULL; - GdkPixbuf* pixbuf; - GtkIconTheme *current_theme; + GdkPixbuf* pixbuf = NULL; + GtkIconTheme *current_theme = NULL; g_return_val_if_fail (name, NULL);