Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-10-09 10:29:20 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-09 10:29:20 (GMT)
commit57961d17bcb41d6606ea3c5293473b49da705d3c (patch)
tree3ea0b695b976ef363b2933c58d10570bbdaf27b4
parentfc6ded013f0fb7b31429e6652def505fd1678199 (diff)
Leftover service initialization
-rw-r--r--sugar/activity/activityfactory.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/sugar/activity/activityfactory.py b/sugar/activity/activityfactory.py
index 05141f1..6554755 100644
--- a/sugar/activity/activityfactory.py
+++ b/sugar/activity/activityfactory.py
@@ -120,11 +120,6 @@ class ActivityCreationHandler(gobject.GObject):
bus_object = bus.get_object(_SHELL_SERVICE, _SHELL_PATH)
self._shell = dbus.Interface(bus_object, _SHELL_IFACE)
- object_path = '/' + service_name.replace('.', '/')
- proxy_obj = bus.get_object(service_name, object_path,
- follow_name_owner_changes=True)
- self._factory = dbus.Interface(proxy_obj, _ACTIVITY_FACTORY_INTERFACE)
-
if handle.activity_id is not None and \
handle.object_id is None:
datastore = dbus.Interface(