summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-27 19:21:08 +0100
committerinfirit <[email protected]>2014-11-27 19:21:08 +0100
commitf18dc89b755f8444319db8410b50a2dcb66eaa2f (patch)
tree59eebb0c7c3970526f17e680ddb2792a668983d4
parenta5b8e8b03e5cfdfd951c82d2a80c0cb42b7879e6 (diff)
downloadmate-applets-f18dc89b755f8444319db8410b50a2dcb66eaa2f.tar.bz2
mate-applets-f18dc89b755f8444319db8410b50a2dcb66eaa2f.tar.xz
accessx: Fix warning
-rw-r--r--accessx-status/applet.c2
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");