[evolution/wip/webkit2] Bug 753652 - Right click on highlighted text and 'Cut' doesn't work in composer window.



commit c8f2e62afed3c01debe0dddacea50eaef9ffcb18
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Mar 1 11:08:36 2016 +0100

    Bug 753652 - Right click on highlighted text and 'Cut' doesn't work in composer window.

 e-util/e-html-editor-actions.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/e-util/e-html-editor-actions.c b/e-util/e-html-editor-actions.c
index d708e53..24e5b5f 100644
--- a/e-util/e-html-editor-actions.c
+++ b/e-util/e-html-editor-actions.c
@@ -264,9 +264,6 @@ action_cut_cb (GtkAction *action,
 {
        EHTMLEditorView *view = e_html_editor_get_view (editor);
 
-       if (!gtk_widget_has_focus (GTK_WIDGET (view)))
-               return;
-
        html_editor_call_simple_extension_function (
                editor, "EHTMLEditorActionsSaveHistoryForCut");
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]