From 3617dd163525a9be18ed91c1b968b460aded7063 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 03 Sep 2007 21:08:49 +0000 Subject: Cleanup Bundle to not require SUGAR_PREFIX to be set. Also start using properties rather than set/getters. --- (limited to 'services') 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""" -- cgit v0.9.1