add missing () in a test. fices #2589
这个提交存在于:
父节点
d90e907651
当前提交
e2430062f1
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -395,7 +395,7 @@ class RosterWindow:
|
|||
show_offline = gajim.config.get('showoffline')
|
||||
show_transports = gajim.config.get('show_transports_group')
|
||||
if (_('Transports') in contact.groups and not show_transports) or \
|
||||
(contact.show in ('offline', 'error') or hide and not show_offline and \
|
||||
((contact.show in ('offline', 'error') or hide) and not show_offline and \
|
||||
(not _('Transports') in contact.groups or \
|
||||
gajim.account_is_disconnected(account))) and \
|
||||
len(gajim.events.get_events(account, contact.jid, ['chat'])) == 0:
|
||||
|
|
|
|||
正在加载…
添加表格
在新工单中引用