Fixes #3723, "Fix Rainbow/Sugar Integration."

This commit is contained in:
Michael Stone 2007-09-21 17:26:58 -04:00
parent 6cfae625a3
commit 46357bdc66

View File

@ -152,7 +152,7 @@ class ActivityCreationHandler(gobject.GObject):
_RAINBOW_ACTIVITY_FACTORY_PATH) _RAINBOW_ACTIVITY_FACTORY_PATH)
factory.CreateActivity( factory.CreateActivity(
self._service_name, self._service_name,
self._activity_handle.get_dict(), self._handle.get_dict(),
timeout=120 * 1000, timeout=120 * 1000,
reply_handler=self._create_reply_handler, reply_handler=self._create_reply_handler,
error_handler=self._create_error_handler, error_handler=self._create_error_handler,