diff options
author | infirit <[email protected]> | 2014-11-27 19:21:08 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-27 19:21:08 +0100 |
commit | f18dc89b755f8444319db8410b50a2dcb66eaa2f (patch) | |
tree | 59eebb0c7c3970526f17e680ddb2792a668983d4 /accessx-status/applet.c | |
parent | a5b8e8b03e5cfdfd951c82d2a80c0cb42b7879e6 (diff) | |
download | mate-applets-f18dc89b755f8444319db8410b50a2dcb66eaa2f.tar.bz2 mate-applets-f18dc89b755f8444319db8410b50a2dcb66eaa2f.tar.xz |
accessx: Fix warning
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"); |