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

Commits:
209fa4c9 by Philipp Hörist at 2017-06-11T22:54:15+02:00
Dont set scrollbar policy in GC config window

This crashes Gajim on Windows.
Its to be investigated why this happens and how we can avoid it.

- - - - -


1 changed file:

- src/config.py


Changes:

=====================================
src/config.py
=====================================
--- a/src/config.py
+++ b/src/config.py
@@ -2935,7 +2935,6 @@ class GroupchatConfigWindow:
                 self.affiliation_treeview[affiliation].append_column(col)
 
             sw = Gtk.ScrolledWindow()
-            sw.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.NEVER)
             sw.add(self.affiliation_treeview[affiliation])
             add_on_vbox.pack_start(sw, True, True, 0)
             gajim.connections[self.account].get_affiliation_list(self.room_jid,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/209fa4c92634cdd86ee6ae25b34c3ab63630e822
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to