Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/Shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/view/Shell.py')
-rw-r--r--shell/view/Shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index 0bb59bf..b2a1ab4 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -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):