Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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:58:30 (GMT)
commit0beeebc15e8229f969910577691c16b3cea30b64 (patch)
tree8f9658b2d032989861bce3d06c3d926fa8e745c8
parentdcb9654e4dddd4c0bccd84a5c26bbfa9a0c49f8a (diff)
Explicitly stop the pulsing icon when an activity finishes launching
-rw-r--r--src/view/launchwindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/launchwindow.py b/src/view/launchwindow.py
index d954abc..e44b998 100644
--- a/src/view/launchwindow.py
+++ b/src/view/launchwindow.py
@@ -82,6 +82,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):