forked from AuroraMiddleware/gtk
image: Initialize variable
This commit is contained in:
parent
e3e9527354
commit
c903ece96b
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user