From 1d493919a2a5dd10022f8da0f9c1685ed9daf8c8 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 28 Mar 2007 17:33:50 +0200 Subject: [PATCH] Fix old variable name. --- shell/sugar-activity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/sugar-activity b/shell/sugar-activity index 7757a76b..1b859807 100755 --- a/shell/sugar-activity +++ b/shell/sugar-activity @@ -69,7 +69,7 @@ except dbus.DBusException: name = None if name: - print '%s is already running, creating a new instance.' % service_name + print '%s is already running, creating a new instance.' % bundle.get_service_name() else: activityfactoryservice.run(bundle.get_path())