From 2dcc72cb36a250698bdc97a2fae2cfc5803b6bd8 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 21 Feb 2006 12:19:43 +0000 Subject: [PATCH] don't show subscription in account tooltip --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index c4ea26c29..927146274 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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'),