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;
|
GtkImagePrivate *priv = image->priv;
|
||||||
GtkStyleContext *context;
|
GtkStyleContext *context;
|
||||||
GdkPixbuf *destination;
|
GdkPixbuf *destination = NULL;
|
||||||
gboolean symbolic;
|
gboolean symbolic;
|
||||||
|
|
||||||
context = gtk_widget_get_style_context (GTK_WIDGET (image));
|
context = gtk_widget_get_style_context (GTK_WIDGET (image));
|
||||||
|
Loading…
Reference in New Issue
Block a user