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.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits