Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2006-11-03 15:18:39 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2006-11-03 15:18:39 (GMT)
commitf428b3ab74d8e5433e64a1062978d4b45e4a9720 (patch)
tree84ca07b1271a1eca2c9f9472003baf2d903495ac /shell
parentbe3bc5ed007ddd865a2713299f318483351edc43 (diff)
parent00026fb5efd90b6a0a27ecd8709bd9cad7e8ea4e (diff)
Merge branch 'master' of git://dev.laptop.org/sugar
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/ActivitiesBox.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/view/frame/ActivitiesBox.py b/shell/view/frame/ActivitiesBox.py
index 06f102c..003c7d3 100644
--- a/shell/view/frame/ActivitiesBox.py
+++ b/shell/view/frame/ActivitiesBox.py
@@ -65,7 +65,8 @@ class ActivitiesBox(hippo.CanvasBox):
self.add_activity(activity)
for bundle in self._shell_model.get_bundle_registry():
- self.add_activity(bundle)
+ if bundle.get_show_launcher():
+ self.add_activity(bundle)
for invite in self._invites:
self.add_invite(invite)