Comment 3 for bug 1243857

Revision history for this message
eaut (eaut) wrote :

my solution to it below:

--- /usr/bin/indicator-weather 2013-11-01 21:50:17.300149967 +0100
+++ indicator-weather-fix 2013-11-03 13:28:57.294192026 +0100
@@ -1862,7 +1862,6 @@
         quit.show()
         self.menu.append(quit)

- self.winder.set_menu(self.menu)
         self.update_label(" ")

     def menu_locations(self):
@@ -2093,6 +2092,8 @@

             self.update_label(cached_weather['label'])

+ self.winder.set_menu(self.menu)
+
         except Exception as e:
             log.error(e)
             log.debug(traceback.format_exc(e))