don't show subscription in account tooltip

This commit is contained in:
Yann Leboulanger 2006-02-21 12:19:43 +00:00
parent 5c25d7f6a0
commit 2dcc72cb36

View file

@ -910,7 +910,7 @@ class RosterWindow:
connection = gajim.connections[account]
# get our current contact info
contact = gajim.contacts.create_contact(jid = jid, name = account,
show = connection.get_status(), sub = 'both',
show = connection.get_status(), sub = '',
status = connection.status,
resource = gajim.config.get_per('accounts', connection.name,
'resource'),