[gnome-applets/gnome-2-30] Compile it before you commit



commit e6b737faae3864e9de6085bfda85a30d0300ed11
Author: Callum McKenzie <callum spooky-possum org>
Date:   Mon Jun 14 17:52:34 2010 +1200

    Compile it before you commit

 mixer/applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mixer/applet.c b/mixer/applet.c
index 7f57881..e8d55ad 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 (),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]