From ae6fa61b843d76a084897e9e55f95736b76b4900 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 23 Feb 2012 18:13:41 +0100 Subject: Fixes #2332 --- src/core.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/core.py b/src/core.py index dda9dcd4..5b7bf3af 100644 --- a/src/core.py +++ b/src/core.py @@ -1383,6 +1383,8 @@ class Core(object): jid, type, status = args[0], args[1], args[2] else: return + if jid == '.' and isinstance(self.current_tab(), tabs.ChatTab): + jid = self.current_tab().get_name() if type == 'available': type = None try: -- cgit v1.2.3