Skip to content
Snippets Groups Projects
Commit da614acc authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

hide subscription menuitem for not in roster contacts. Fixes #1821

parent b2032686
No related branches found
No related tags found
No related merge requests found
......@@ -1334,6 +1334,8 @@ class RosterWindow:
above_send_file_separator.set_no_show_all(True)
assign_openpgp_key_menuitem.hide()
assign_openpgp_key_menuitem.set_no_show_all(True)
subscription_menuitem.hide()
subscription_menuitem.set_no_show_all(True)
add_to_roster_menuitem.connect('activate',
self.on_add_to_roster, contact, account)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment