Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-12 13:54:55 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-12 13:54:55 (GMT)
commitacaac29906f5f921b2978b04e0fda52b51094a03 (patch)
treeb5abadd01dff651aea9046151009d4ab47c8caa5 /shell
parent540cef4b0d92bc421a26763e8d6299025b4893d7 (diff)
Add the frame when starting an activity
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/ActivitiesBox.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/view/frame/ActivitiesBox.py b/shell/view/frame/ActivitiesBox.py
index 8fcddf8..1466ff4 100644
--- a/shell/view/frame/ActivitiesBox.py
+++ b/shell/view/frame/ActivitiesBox.py
@@ -76,6 +76,7 @@ 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):