From 9541b755594357a2a51fcd0aa629da546bf29352 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Sat, 1 Apr 2006 20:30:37 +0000 Subject: [PATCH] prevent TB --- src/gajim.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gajim.py b/src/gajim.py index 6f4446be73..c15972f713 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -495,6 +495,8 @@ class Interface: # It's a Private message pm = True + chat_control = None + jid_of_control = full_jid_with_resource highest_contact = gajim.contacts.get_contact_with_highest_priority( account, jid) # Look for a chat control that has the given resource, or default to one -- GitLab