[evolution/webkit-composer] EEditorWidget content is changed when user is pressing keyboard
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit-composer] EEditorWidget content is changed when user is pressing keyboard
- Date: Fri, 11 Oct 2013 12:55:14 +0000 (UTC)
commit b49847c12dda2d487760b0e5b9e64c2a9de1f316
Author: Tomas Popela <tpopela redhat com>
Date: Fri Oct 11 13:23:53 2013 +0200
EEditorWidget content is changed when user is pressing keyboard
e-util/e-editor-widget.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-editor-widget.c b/e-util/e-editor-widget.c
index 259728e..ce0d134 100644
--- a/e-util/e-editor-widget.c
+++ b/e-util/e-editor-widget.c
@@ -1000,6 +1000,8 @@ editor_widget_key_press_event (GtkWidget *widget,
{
EEditorWidget *editor = E_EDITOR_WIDGET (widget);
+ editor->priv->changed = FALSE;
+
if (event->keyval == GDK_KEY_Tab)
return e_editor_widget_exec_command (
editor,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]