Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates-src > by-pkgid > b9dfc9446ea00cfd5a19f51a49dc1127 > files > 10

awn-extras-applets-0.4.0-24.fc14.1.src.rpm

=== modified file 'applets/maintained/weather/weather.py'
--- applets/maintained/weather/weather.py	2010-06-04 04:36:33 +0000
+++ applets/maintained/weather/weather.py	2010-06-08 05:48:08 +0000
@@ -241,10 +241,10 @@
 
             if all(self.weather_fail):
                 # Clean up weather map
-                self.reset_weather_data()
                 self.map_item.set_sensitive(False)
                 if self.map_dialog is not None:
                     self.applet.dialog.unregister("secondary")
+                self.reset_weather_data()
 
                 # Clean up forecast dialog
                 self.forecaster.finalize_dialog()