Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/shell/bundleregistry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/shell/bundleregistry.py b/services/shell/bundleregistry.py
index 19d0032..fbcef87 100644
--- a/services/shell/bundleregistry.py
+++ b/services/shell/bundleregistry.py
@@ -56,7 +56,7 @@ class _ServiceManager(object):
def add(self, bundle):
util.write_service(bundle.get_service_name(),
- bundle.get_exec(), self._path)
+ bundle.get_command(), self._path)
class BundleRegistry(gobject.GObject):
"""Service that tracks the available activity bundles"""