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

Commits:
69fd7dc7 by Philipp Hörist at 2018-03-25T21:34:42+02:00
Groupchat: Set minimize on auto join default True

- - - - -


1 changed file:

- gajim/dialogs.py


Changes:

=====================================
gajim/dialogs.py
=====================================
--- a/gajim/dialogs.py
+++ b/gajim/dialogs.py
@@ -2584,7 +2584,7 @@ class JoinGroupchatWindow(Gtk.ApplicationWindow):
         # Add as bookmark, with autojoin and not minimized
         name = app.get_nick_from_jid(self.room_jid)
         app.interface.add_gc_bookmark(
-            account, name, self.room_jid, autojoin, 0, password, nickname)
+            account, name, self.room_jid, autojoin, 1, password, nickname)
 
     def _on_destroy(self, *args):
         if not self.minimal_mode:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/69fd7dc73764c39acb9c9419d8fffe748b02d1b4

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/69fd7dc73764c39acb9c9419d8fffe748b02d1b4
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

Reply via email to