Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-10-28 13:10:53 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-10-28 13:10:53 (GMT)
commite0a8f0e4beefccf5c6811de999c499949043f378 (patch)
treed0daf0f89059bf18a8d6dd48d87161f1b49186f8 /src
parentc1cbdec3eb05b4b133de35e0a69cd2a100379326 (diff)
Explicitly stop the pulsing icon when an activity finishes launching
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/view/launcher.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/view/launcher.py b/src/jarabe/view/launcher.py
index b4f1020..cc9e2a7 100644
--- a/src/jarabe/view/launcher.py
+++ b/src/jarabe/view/launcher.py
@@ -84,6 +84,7 @@ class LaunchBox(hippo.CanvasBox):
self.connect('destroy', self.__destroy_cb)
def __destroy_cb(self, box):
+ self._activity_icon.props.pulsing = False
self._home.disconnect_by_func(self.__active_activity_changed_cb)
def zoom_in(self):