Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-28 15:33:50 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-28 15:33:50 (GMT)
commit1d493919a2a5dd10022f8da0f9c1685ed9daf8c8 (patch)
tree11fd12c0488a80cc5ffde39af1a44e1a6684a7f1 /shell
parentbf805bfa2f0ab822f88bcd85d0c4aa4cf3b0ca87 (diff)
Fix old variable name.
Diffstat (limited to 'shell')
-rwxr-xr-xshell/sugar-activity2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/sugar-activity b/shell/sugar-activity
index 7757a76..1b85980 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())