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:
parent
06ef2a1a24
commit
7bcc6dd246
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue