no need for [7252]. it is already done by GTK. we do not hide, nobody hides. std context menu with 2 or menuitems is baaaad. user eyes are used to finding paste under cut copy etc

This commit is contained in:
Nikos Kouremenos 2006-10-15 17:13:55 +00:00
parent 06ef2a1a24
commit 7bcc6dd246
1 changed files with 0 additions and 4 deletions

View File

@ -321,10 +321,6 @@ class ConversationTextview:
and if we have sth selected we show a submenu with actions on the phrase
(see on_conversation_textview_button_press_event)'''
for menuitem in menu.get_children():
label = menuitem.get_child()
if label and label.get_text() in (_('Cut'), _('Paste'), _('Delete')):
menuitem.set_sensitive(False)
separator_menuitem_was_added = False
if not self.used_in_history_window:
item = gtk.SeparatorMenuItem()