hide correct menuitems due to context menu refactoization

This commit is contained in:
Yann Leboulanger 2007-06-03 14:10:54 +00:00
parent 5d1a78f176
commit 583c3e3181
1 changed files with 3 additions and 5 deletions

View File

@ -2204,11 +2204,9 @@ class RosterWindow:
# Remove many items when it's self contact row
if our_jid:
for menuitem in (rename_menuitem, edit_groups_menuitem,
above_subscription_separator, subscription_menuitem,
remove_from_roster_menuitem):
menuitem.set_no_show_all(True)
menuitem.hide()
menuitem = xml.get_widget('manage_contact')
menuitem.set_no_show_all(True)
menuitem.hide()
# Unsensitive many items when account is offline
if gajim.connections[account].connected < 2: