Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence2/presenceservice.py
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-03-08 14:45:12 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-03-08 14:45:12 (GMT)
commit2262b5fd4931fd20e5cd8e5732e68383b4b18786 (patch)
tree3cdc24ceea4da06d89b46e537a1bd9a4018c3c42 /services/presence2/presenceservice.py
parentabf60c1c89142e27790c5baac8447cf8d6d97761 (diff)
update nick when receive AliasChanged signal
Diffstat (limited to 'services/presence2/presenceservice.py')
-rw-r--r--services/presence2/presenceservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/presence2/presenceservice.py b/services/presence2/presenceservice.py
index afccbbd..4ad780d 100644
--- a/services/presence2/presenceservice.py
+++ b/services/presence2/presenceservice.py
@@ -134,7 +134,7 @@ class PresenceService(dbus.service.Object):
buddy = self._handles_buddies[tp].get(handle)
if buddy:
buddy.set_properties(prop)
- print "Buddy %s properties updated" % buddy.props.key
+ #print "Buddy %s properties updated" % buddy.props.key
def _new_activity(self, activity_id, tp):
objid = self._get_next_object_id()