diff options
Diffstat (limited to 'accessx-status/applet.c')
-rw-r--r-- | accessx-status/applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |