From e4dfc6e73974f0f750386418cd136e29ec1c5693 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 6 May 2005 17:35:57 +0000 Subject: [PATCH] fixing #231 --- src/systray.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/systray.py b/src/systray.py index 5113c897e..9fca28963 100644 --- a/src/systray.py +++ b/src/systray.py @@ -207,6 +207,7 @@ class Systray: else: self.plugin.roster.new_chat( self.plugin.roster.contacts[account][jid][0], account) + acc['chats'][jid].set_active_tab(jid) acc['chats'][jid].window.present() if event.button == 3: # right click self.make_menu(event)