From 2034948d2a7d5b036ba173f0c1d85b10229aa376 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 8 Nov 2006 13:04:31 +0000 Subject: [PATCH] fjid must always be set. --- src/roster_window.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/roster_window.py b/src/roster_window.py index 31d85f060..10b8b41ad 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2788,6 +2788,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid) contact = None # if chat window will be for specific resource resource_for_chat = resource + fjid = jid # Try to catch the contact with correct resource if resource: fjid = jid + '/' + resource @@ -2802,6 +2803,8 @@ _('If "%s" accepts this request you will know his or her status.') % jid) lcontact[0].show != 'offline')) and jid.find('@') > 0: contact = gajim.contacts.copy_contact(highest_contact) contact.resource = resource + if resource: + fjid = jid + '/' + resource contact.priority = 0 contact.show = 'offline' contact.status = ''