Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-06-11 23:54:15 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-06-11 23:54:15 +0300
commit209fa4c92634cdd86ee6ae25b34c3ab63630e822 (patch)
treebedacb51edcc8593d15f325c0fc04edcb29fd953 /src
parent2c34dd6d458d2a09731925fa2e7346ac0b545e4c (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.py b/src/config.py
index 63b3d31d5..ceb138c06 100644
--- 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,