Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activityhandle.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/activity/activityhandle.py')
-rw-r--r--sugar/activity/activityhandle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/activity/activityhandle.py b/sugar/activity/activityhandle.py
index aab6d6a..8044f0a 100644
--- a/sugar/activity/activityhandle.py
+++ b/sugar/activity/activityhandle.py
@@ -47,7 +47,7 @@ def create_from_dict(handle_dict):
if handle_dict.has_key('pservice_id'):
result.pservice_id = handle_dict['pservice_id']
if handle_dict.has_key('object_id'):
- result.uri = handle_dict['object_id']
+ result.object_id = handle_dict['object_id']
if handle_dict.has_key('uri'):
result.uri = handle_dict['uri']