Add a start method to the activity. It's parallel/alternative to join.

This commit is contained in:
Marco Pesenti Gritti
2006-12-18 14:24:28 +01:00
parent ad31376488
commit 6b09475b99
2 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ class Shell(gobject.GObject):
def start_activity(self, activity_type):
logging.debug('Shell.start_activity')
activity = ActivityFactory.create(activity_type)
activity.execute('test', [])
activity.start()
return activity
def set_zoom_level(self, level):