diff options
author | Callum McKenzie <callum@spooky-possum.org> | 2010-06-14 17:52:34 +1200 |
---|---|---|
committer | Callum McKenzie <callum@spooky-possum.org> | 2010-06-14 17:52:34 +1200 |
commit | 2d369bbd7a21d2054078ead3ffdc07bf0d3a0af0 (patch) | |
tree | e1dea8839ab3356f3b2beba7bc22743fe5dfb8b7 /mixer | |
parent | e542914564d5b34747b0c92de1b232fb34c16254 (diff) |
Compile it before you commit
Diffstat (limited to 'mixer')
-rw-r--r-- | mixer/applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mixer/applet.c b/mixer/applet.c index 22d79eb26..ac60d1704 100644 --- a/mixer/applet.c +++ b/mixer/applet.c @@ -127,7 +127,7 @@ init_pixbufs (GnomeVolumeApplet *applet) for (n = 0; pix_filenames[n] != NULL; n++) { if (applet->pix[n]) { g_object_unref (applet->pix[n]); - applet=>pix[n] = NULL; + applet->pix[n] = NULL; } applet->pix[n] = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (), |