changeset 34fffe2e37df in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=34fffe2e37df
description: fix typo
diffstat:
src/common/connection_handlers_events.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r a26a69ba790c -r 34fffe2e37df src/common/connection_handlers_events.py
--- a/src/common/connection_handlers_events.py Fri Sep 17 12:41:30 2010 +0200
+++ b/src/common/connection_handlers_events.py Wed Sep 22 18:20:01 2010 +0200
@@ -611,7 +611,6 @@
'unsubscribe', 'unsubscribed')
if self.ptype and not self.ptype in rfc_types:
self.ptype = None
- log.debug('PresenceCB: %s' % self.ptype)
if not self.conn or self.conn.connected < 2:
log.debug('account is no more connected')
return
@@ -768,7 +767,7 @@
gajim.config.should_log(self.conn.name, self.jid):
gc_c = gajim.contacts.get_gc_contact(self.conn.name,
self.jid, self.resource)
- st = status or ''
+ st = self.status or ''
if gc_c:
jid = gc_c.jid
else:
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits