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,9 +2204,7 @@ class RosterWindow:
# Remove many items when it's self contact row # Remove many items when it's self contact row
if our_jid: if our_jid:
for menuitem in (rename_menuitem, edit_groups_menuitem, menuitem = xml.get_widget('manage_contact')
above_subscription_separator, subscription_menuitem,
remove_from_roster_menuitem):
menuitem.set_no_show_all(True) menuitem.set_no_show_all(True)
menuitem.hide() menuitem.hide()