Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-15 10:31:06 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-15 10:31:06 (GMT)
commit21b46a002256f7004c45c7ac379a93ce75d7834f (patch)
tree35474ae2d15f152a9a09b9b3d142363a669579e0 /sugar/presence
parentdb08c3795f5e02245477126e8eb19e0049303332 (diff)
Bunch of fixes, sharing should be back to work
Diffstat (limited to 'sugar/presence')
-rw-r--r--sugar/presence/PresenceService.py2
1 files changed, 1 insertions, 1 deletions
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))