image: Initialize variable

This commit is contained in:
Juan A. Suarez Romero 2011-06-14 09:49:23 +00:00
parent e3e9527354
commit c903ece96b

View File

@ -1499,7 +1499,7 @@ ensure_stated_icon_from_info (GtkImage *image,
{
GtkImagePrivate *priv = image->priv;
GtkStyleContext *context;
GdkPixbuf *destination;
GdkPixbuf *destination = NULL;
gboolean symbolic;
context = gtk_widget_get_style_context (GTK_WIDGET (image));