[Goodies-commits] r3543 - xfce4-sensors-plugin/trunk/panel-plugin

Fabian Nowak timystery at xfce.org
Tue Nov 6 01:26:39 CET 2007


Author: timystery
Date: 2007-11-06 00:26:38 +0000 (Tue, 06 Nov 2007)
New Revision: 3543

Modified:
   xfce4-sensors-plugin/trunk/panel-plugin/middlelayer.c
Log:
unused variable in middlelayer when compiling no plugin, fixed.


Modified: xfce4-sensors-plugin/trunk/panel-plugin/middlelayer.c
===================================================================
--- xfce4-sensors-plugin/trunk/panel-plugin/middlelayer.c	2007-11-06 00:11:03 UTC (rev 3542)
+++ xfce4-sensors-plugin/trunk/panel-plugin/middlelayer.c	2007-11-06 00:26:38 UTC (rev 3543)
@@ -180,7 +180,10 @@
             return -1;
         #endif
     }
-    return -1;
+    else {
+        feature = NULL;
+        return -1;
+    }
 }
 
 void




More information about the Goodies-commits mailing list