From 21b46a002256f7004c45c7ac379a93ce75d7834f Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 15 Jul 2006 10:31:06 +0000 Subject: Bunch of fixes, sharing should be back to work --- (limited to 'sugar/presence') diff --git a/sugar/presence/PresenceService.py b/sugar/presence/PresenceService.py index e6345cb..bda8fa9 100644 --- a/sugar/presence/PresenceService.py +++ b/sugar/presence/PresenceService.py @@ -489,7 +489,7 @@ class PresenceService(gobject.GObject): port = random.randint(5000, 65535) # Mark the activity as shared - if stype == activity.default_type(): + if stype == activity.get_default_type(): activity.set_shared() logging.debug('Share activity %s, type %s, address %s, port %d, properties %s' % (actid, stype, address, port, properties)) -- cgit v0.9.1