don't resize occupant treeview if Gajim is a lot of windows to conferences
This commit is contained in:
parent
a33269ed75
commit
5f9e6b5132
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ class GroupchatControl(ChatControlBase):
|
||||||
if not ctrl and room_jid in \
|
if not ctrl and room_jid in \
|
||||||
gajim.interface.minimized_controls[account]:
|
gajim.interface.minimized_controls[account]:
|
||||||
ctrl = gajim.interface.minimized_controls[account][room_jid]
|
ctrl = gajim.interface.minimized_controls[account][room_jid]
|
||||||
if ctrl:
|
if ctrl and gajim.config.get('one_message_window') != 'never':
|
||||||
ctrl.resize_occupant_treeview(hpaned_position)
|
ctrl.resize_occupant_treeview(hpaned_position)
|
||||||
|
|
||||||
def iter_contact_rows(self):
|
def iter_contact_rows(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue