Fix typo. Fixes #7598
This commit is contained in:
parent
65d10de012
commit
b3b691c345
1 changed files with 2 additions and 2 deletions
|
@ -445,7 +445,7 @@ control=None, gc_contact=None, is_anonymous=True):
|
|||
bookmarked = False
|
||||
c_ = gajim.contacts.get_contact(account, gc_contact.jid,
|
||||
gc_contact.resource)
|
||||
if c_ and c_.supports(nbxmpp.NS_CONFERENCE):
|
||||
if c_ and c_.supports(NS_CONFERENCE):
|
||||
bookmarked=True
|
||||
build_invite_submenu(invite_menuitem, [(gc_contact, account)],
|
||||
show_bookmarked=bookmarked)
|
||||
|
|
Loading…
Add table
Reference in a new issue