[Git][gajim/gajim][master] Fix JoinGroupchat hotkey if zeroconf is active

Philipp Hörist gitlab at dev.gajim.org
Sun Jul 8 19:50:35 CEST 2018


Philipp Hörist pushed to branch master at gajim / gajim


Commits:
3438b060 by Philipp Hörist at 2018-07-08T19:50:27+02:00
Fix JoinGroupchat hotkey if zeroconf is active

- - - - -


1 changed file:

- gajim/roster_window.py


Changes:

=====================================
gajim/roster_window.py
=====================================
--- a/gajim/roster_window.py
+++ b/gajim/roster_window.py
@@ -5521,9 +5521,10 @@ class RosterWindow:
         """
         # find a connected account:
         for account in app.connections:
+            if account == 'Local':
+                continue
             if app.account_is_connected(account):
-                break
-        self.on_join_gc_activate(None, account)
+                self.on_join_gc_activate(None, account)
         return True
 
     def fill_column(self, col):



View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/3438b06069bc4470aa56dfc8562d953e4be53c9e

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/3438b06069bc4470aa56dfc8562d953e4be53c9e
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180708/f9506f14/attachment.html>


More information about the Commits mailing list