[evolution/wip/webkit-composer: 913/966] EEditorWidget: Let the composer compile



commit b180fd8c3e785be2e2f7bfb05a085f5a97a6589e
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Mar 18 15:21:09 2014 +0100

    EEditorWidget: Let the composer compile

 e-util/e-editor-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-editor-widget.c b/e-util/e-editor-widget.c
index ceed7db..cb41303 100644
--- a/e-util/e-editor-widget.c
+++ b/e-util/e-editor-widget.c
@@ -1711,7 +1711,7 @@ editor_widget_key_press_event (GtkWidget *widget,
                 * not break the citation automatically, so we need to use
                 * the special command to do it. */
                if (e_editor_selection_is_citation (selection)) {
-                       return = e_editor_widget_exec_command (
+                       return e_editor_widget_exec_command (
                                editor,
                                E_EDITOR_WIDGET_COMMAND_INSERT_NEW_LINE_IN_QUOTED_CONTENT,
                                NULL);


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