Fix (Un)Block multiple contacts menu. Fixes #7526

This commit is contained in:
Denis Fomin 2013-10-25 22:07:15 +04:00
parent a7e9182e05
commit bdec1952b0
1 changed files with 1 additions and 1 deletions

View File

@ -5915,7 +5915,7 @@ class RosterWindow:
privacy_rules_supported = False
contact = gajim.contacts.get_contact_with_highest_priority(account,
jid)
if helpers.jid_is_blocked(account, jid):
if not helpers.jid_is_blocked(account, jid):
is_blocked = False
list_.append((contact, account))