Merge branch 'master' of git://dev.laptop.org/sugar

This commit is contained in:
Tomeu Vizoso 2006-11-03 16:18:39 +01:00
commit f428b3ab74

View File

@ -65,6 +65,7 @@ class ActivitiesBox(hippo.CanvasBox):
self.add_activity(activity)
for bundle in self._shell_model.get_bundle_registry():
if bundle.get_show_launcher():
self.add_activity(bundle)
for invite in self._invites: