registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #32466
[Merge] lp:~roignac/weather-indicator/Bug685634-unity-bamf into lp:weather-indicator
Vadim Rutkovsky has proposed merging lp:~roignac/weather-indicator/Bug685634-unity-bamf into lp:weather-indicator.
Requested reviews:
Registry Administrators (registry)
Related bugs:
#685634 Notification apps remain in Unity launcher when they shouldn't
https://bugs.launchpad.net/bugs/685634
For more details, see:
https://code.launchpad.net/~roignac/weather-indicator/Bug685634-unity-bamf/+merge/45549
The branch fixes indicator behaviour in Unity. Thanks goes to Ketil Wendelbo Aanensen.
--
https://code.launchpad.net/~roignac/weather-indicator/Bug685634-unity-bamf/+merge/45549
Your team Registry Administrators is requested to review the proposed merge of lp:~roignac/weather-indicator/Bug685634-unity-bamf into lp:weather-indicator.
=== modified file 'bin/indicator-weather'
--- bin/indicator-weather 2010-07-10 23:10:38 +0000
+++ bin/indicator-weather 2011-01-07 19:06:29 +0000
@@ -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")