Improve handle marshalling. Add an uri to the handle.

This commit is contained in:
Marco Pesenti Gritti
2007-02-22 00:41:26 +01:00
parent 0556d5f51f
commit 0d7bdeb20a
3 changed files with 26 additions and 11 deletions
+1 -1
View File
@@ -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)