From 31b3c543ecbab496ccc8de9b837fd36e902c0bfd Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 11 Aug 2008 13:23:09 +0000 Subject: [PATCH] make room participants list private when continuing a conversation. Fixes #4102 --- src/gajim.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gajim.py b/src/gajim.py index 3cd328dce..c7514a903 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -1305,6 +1305,8 @@ class Interface: f.value = False elif f.var == 'muc#roomconfig_membersonly': f.value = True + elif f.var == 'public_list': + f.value = False gajim.connections[account].send_gc_config(room_jid, form) else: # use default configuration