Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):