[Goodies-commits] r7550 - xfce4-weather-plugin/trunk/panel-plugin

Colin Leroy colin at xfce.org
Sat Jun 13 09:46:50 CEST 2009


Author: colin
Date: 2009-06-13 07:46:50 +0000 (Sat, 13 Jun 2009)
New Revision: 7550

Modified:
   xfce4-weather-plugin/trunk/panel-plugin/weather-icon.c
Log:
Fix build (typo)


Modified: xfce4-weather-plugin/trunk/panel-plugin/weather-icon.c
===================================================================
--- xfce4-weather-plugin/trunk/panel-plugin/weather-icon.c	2009-06-13 07:40:16 UTC (rev 7549)
+++ xfce4-weather-plugin/trunk/panel-plugin/weather-icon.c	2009-06-13 07:46:50 UTC (rev 7550)
@@ -49,6 +49,7 @@
     if (number && strcmp(number, "99")) {
       g_free(filename);
       return get_icon("99", size);
+    }
   }
   g_free (filename);
 




More information about the Goodies-commits mailing list