remove testing stuff... I am distracted
This commit is contained in:
parent
2733ffb3d0
commit
db9440c7c3
|
@ -1303,7 +1303,6 @@ class Interface:
|
||||||
f.value = False
|
f.value = False
|
||||||
elif f.var == 'muc#roomconfig_membersonly':
|
elif f.var == 'muc#roomconfig_membersonly':
|
||||||
f.value = True
|
f.value = True
|
||||||
print 'Hello'
|
|
||||||
gajim.connections[account].send_gc_config(room_jid, form)
|
gajim.connections[account].send_gc_config(room_jid, form)
|
||||||
else:
|
else:
|
||||||
# use default configuration
|
# use default configuration
|
||||||
|
|
Loading…
Reference in New Issue