From ae00121fbffdb3434d79716a112bd5956b9e5e67 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 19 Jul 2006 11:38:24 +0000 Subject: Use matchbox to activate home and people page --- (limited to 'shell/ActivityRegistry.py') diff --git a/shell/ActivityRegistry.py b/shell/ActivityRegistry.py index 70a502f..e9bd250 100644 --- a/shell/ActivityRegistry.py +++ b/shell/ActivityRegistry.py @@ -90,7 +90,7 @@ class ActivityRegistry: elif cp.has_option('Activity', 'python_module'): python_module = cp.get('Activity', 'python_module') python_module = cp.get('Activity', 'python_module') - activity_exec = '%s %s %s' % (env.get_activity_runner(), + activity_exec = '%s %s %s' % ('sugar-activity', activity_id, python_module) if default_type: activity_exec += ' ' + default_type -- cgit v0.9.1