Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorOwen Williams <owen@ywwg.localdomain>2007-03-06 02:24:59 (GMT)
committer Owen Williams <owen@ywwg.localdomain>2007-03-06 02:24:59 (GMT)
commit195e18d7b007966dc0bf30c0e6eee26149190bab (patch)
tree25b7d67ea16099a8d62f714f33b9a403b72030f1 /sugar
parent3d32c9aaa67c416df90ff3b50ab84eef6db07928 (diff)
parent1992a8a2d8afab6c313eee5605ed5bd5ef9cf7e8 (diff)
Merge branch 'master' of git+ssh://ywwg@dev.laptop.org/git/sugar
Diffstat (limited to 'sugar')
-rw-r--r--sugar/activity/activityfactory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/activity/activityfactory.py b/sugar/activity/activityfactory.py
index 7901ed2..695d149 100644
--- a/sugar/activity/activityfactory.py
+++ b/sugar/activity/activityfactory.py
@@ -70,7 +70,7 @@ class ActivityCreationHandler(gobject.GObject):
bundle = registry.get_bundle(service_name)
bus = dbus.SessionBus()
- proxy_obj = bus.get_object(service_name, bundle.get_object_path())
+ proxy_obj = bus.get_object(service_name, bundle.get_object_path(), follow_name_owner_changes=True)
factory = dbus.Interface(proxy_obj, "com.redhat.Sugar.ActivityFactory")
factory.create(self._activity_handle.get_dict(),