Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/ActivitiesBox.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/frame/ActivitiesBox.py')
-rw-r--r--shell/view/frame/ActivitiesBox.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/view/frame/ActivitiesBox.py b/shell/view/frame/ActivitiesBox.py
index 1466ff4..8fcddf8 100644
--- a/shell/view/frame/ActivitiesBox.py
+++ b/shell/view/frame/ActivitiesBox.py
@@ -76,7 +76,6 @@ class ActivitiesBox(hippo.CanvasBox):
self._invites.connect('invite-removed', self._invite_removed_cb)
def _activity_clicked_cb(self, icon):
- self._shell.get_frame().hide()
self._shell.start_activity(icon.get_bundle_id())
def _invite_clicked_cb(self, icon):