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
diff options
context:
space:
mode:
Diffstat (limited to 'src/gajim.py')
-rwxr-xr-xsrc/gajim.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gajim.py b/src/gajim.py
index dd9c73752..455631bdc 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -1301,6 +1301,9 @@ class Interface:
f.value = True
elif f.var == 'muc#roomconfig_publicroom':
f.value = False
+ elif f.var == 'muc#roomconfig_membersonly':
+ f.value = True
+ print 'Hello'
gajim.connections[account].send_gc_config(room_jid, form)
else:
# use default configuration