[gnome-applets] gweather: changed initial label from '0 °F' to '--', fixes bug #650173 - this is the libgweather de



commit 99d963a479470f8e68b18e6003274ca7d96313fd
Author: Enrico Minack <enrico-minack gmx de>
Date:   Sat Jul 23 19:55:33 2011 +0200

    gweather: changed initial label from '0 ÂF' to '--', fixes bug #650173
    - this is the libgweather default value which is
      used anyways when no weather data are available

 gweather/gweather-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gweather/gweather-applet.c b/gweather/gweather-applet.c
index e18e3f3..c906eef 100644
--- a/gweather/gweather-applet.c
+++ b/gweather/gweather-applet.c
@@ -162,7 +162,7 @@ static void place_widgets (GWeatherApplet *gw_applet)
     }
 
     /* Create the temperature label */
-    gw_applet->label = gtk_label_new("0\302\260F");
+    gw_applet->label = gtk_label_new("--");
     
     /* Update temperature text */
     temp = weather_info_get_temp_summary(gw_applet->gweather_info);



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