--- indicator-weather-orig 2010-12-15 14:31:28.000000000 +0100 +++ indicator-weather-update 2010-12-15 14:33:58.000000000 +0100 @@ -54,7 +54,7 @@ class indicator_weather: def __init__(self): - self.winder = appindicator.Indicator ("indicator-weather", "weather-clear", appindicator.CATEGORY_APPLICATION_STATUS) + self.winder = appindicator.Indicator ("indicator-weather", "weather-clear", appindicator.CATEGORY_OTHER) self.winder.set_status (appindicator.STATUS_ACTIVE) self.winder.set_attention_icon ("ubuntuone-client-error")