From f18dc89b755f8444319db8410b50a2dcb66eaa2f Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 27 Nov 2014 19:21:08 +0100 Subject: accessx: Fix warning --- accessx-status/applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accessx-status/applet.c') diff --git a/accessx-status/applet.c b/accessx-status/applet.c index 4be88fe2..de75004b 100644 --- a/accessx-status/applet.c +++ b/accessx-status/applet.c @@ -531,7 +531,7 @@ static GdkPixbuf* accessx_status_applet_bouncekeys_image(AccessxStatusApplet* sa { GtkStyle* style; GdkColor fg, bg; - GdkPixbuf* icon_base; + GdkPixbuf* icon_base = NULL; GdkPixbuf* tmp_pixbuf; /* Note to translators: the first letter of the alphabet, not the indefinite article */ gchar* glyphstring = N_("a"); -- cgit v1.2.1