Bunch of fixes, sharing should be back to work

This commit is contained in:
Marco Pesenti Gritti
2006-07-15 12:31:06 +02:00
parent db08c3795f
commit 21b46a0022
6 changed files with 35 additions and 21 deletions
+1 -1
View File
@@ -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))