[evolution/wip/webkit-composer: 315/372] EEditorWidget content is changed when user is pressing keyboard
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 315/372] EEditorWidget content is changed when user is pressing keyboard
- Date: Thu, 6 Feb 2014 11:49:59 +0000 (UTC)
commit 2aa21d4f17e902fc1fb8c66a88d18b4b27bc8c45
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]