Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 389633dcd31349d55bbf6c49716567a5 > files > 4

gdesklets-goodweather-0.31-8.fc14.src.rpm

--- weather.py.ORIG	2011-02-20 12:41:55.899103170 +0100
+++ weather.py	2011-02-20 12:42:01.368071367 +0100
@@ -131,7 +131,7 @@ class Weather:
     def temperature_out(self, value):
         if self.parent(): self.metric(self.parent().metric())
         if int(value) < -40: 
-            return 'N/A       '
+            return ' -        '
         if self.metric() :
             return str(value) + ' &#176;C'
         return str(self.C2F(value))  + ' &#176;F'