From e78ed92ba36829b89007fe390e8b19b2b59514e3 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 14 Apr 2015 01:34:24 +0200 Subject: Fix #2714 (make bare /bookmark use the current room password if there is one) --- src/core/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/handlers.py') diff --git a/src/core/handlers.py b/src/core/handlers.py index c7b91bfb..d6bb15c1 100644 --- a/src/core/handlers.py +++ b/src/core/handlers.py @@ -54,7 +54,7 @@ def _join_initial_rooms(self, bookmarks): tab = self.get_tab_by_name(bm.jid, tabs.MucTab) nick = bm.nick if bm.nick else self.own_nick if not tab: - self.open_new_room(bm.jid, nick, False) + self.open_new_room(bm.jid, nick, focus=False) self.initial_joins.append(bm.jid) histo_length = config.get('muc_history_length') if histo_length == -1: -- cgit v1.2.3