Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-03 21:08:49 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-03 21:08:49 (GMT)
commit3617dd163525a9be18ed91c1b968b460aded7063 (patch)
tree0048f186d2ec2f240ee24b381fb3ffac257d9f9c /services
parent382910b0bac9216df4e3ffc79dce1e450fb88afd (diff)
Cleanup Bundle to not require SUGAR_PREFIX to
be set. Also start using properties rather than set/getters.
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"""