Check if we should show the launcher

master
Marco Pesenti Gritti 18 years ago
parent da3c550bfd
commit 00026fb5ef

@ -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)

Loading…
Cancel
Save