Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activityfactory.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-21 23:41:26 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-21 23:41:26 (GMT)
commit0d7bdeb20a6a807852a92aa5e854d1f5bfa9d82f (patch)
tree95c338942de476ef6b15b8bdf8804f824bd76600 /sugar/activity/activityfactory.py
parent0556d5f51f05e7effde34cfa7d0e977a5b204ef1 (diff)
Improve handle marshalling. Add an uri to the handle.
Diffstat (limited to 'sugar/activity/activityfactory.py')
-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 6878103..6148466 100644
--- a/sugar/activity/activityfactory.py
+++ b/sugar/activity/activityfactory.py
@@ -60,7 +60,7 @@ class ActivityCreationHandler(gobject.GObject):
proxy_obj = bus.get_object(service_name, bundle.get_object_path())
factory = dbus.Interface(proxy_obj, "com.redhat.Sugar.ActivityFactory")
- factory.create(str(self._activity_handle),
+ factory.create(self._activity_handle.get_dict(),
reply_handler=self._reply_handler,
error_handler=self._error_handler)