fix a typo

This commit is contained in:
Yann Leboulanger 2005-04-26 22:19:18 +00:00
parent 8ed41802bf
commit 5ee1f2b29a
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ class Connection:
prio = str(gajim.config.get_per('accounts', self.name, 'priority'))
p = common.xmpp.Presence(typ = ptype, priority = prio, show = status,\
status = msg)
if signed: presence.setTag(common.xmpp.NS_SIGNED + ' x').setData(
if signed: p.setTag(common.xmpp.NS_SIGNED + ' x').setData(
signed)
self.connection.send(p)
self.dispatch('STATUS', status)