Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.py')
-rw-r--r--src/session.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/session.py b/src/session.py
index b0c8ad67d..d29680152 100644
--- a/src/session.py
+++ b/src/session.py
@@ -160,6 +160,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
if ctrl:
self.control = ctrl
self.control.set_session(self)
+ self.control.contact = contact
if not pm:
self.roster_message2(obj)