[evolution] EHTMLEditorView - Warning printed on console after pressing Enter and Tabulator



commit b711a06d246c54344927c32aac08ca09378f83c8
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Nov 23 13:38:27 2015 +0100

    EHTMLEditorView - Warning printed on console after pressing Enter and Tabulator

 e-util/e-html-editor-view.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 6f96257..59552cb 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -5803,6 +5803,9 @@ html_editor_view_key_press_event (GtkWidget *widget,
 
        view->priv->dont_save_history_in_body_input = FALSE;
 
+       view->priv->return_key_pressed = FALSE;
+       view->priv->space_key_pressed = FALSE;
+
        if (event->keyval == GDK_KEY_Menu) {
                gboolean event_handled;
 


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