[evolution] EHTMLEditorView - Print undo/redo operations if debug output is activated



commit 252d5ce675194ceab779c78878d5c31e43e3450f
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Mar 13 08:42:22 2015 +0100

    EHTMLEditorView - Print undo/redo operations if debug output is activated

 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 3e19387..51a7645 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -10113,6 +10113,9 @@ e_html_editor_view_insert_new_history_event (EHTMLEditorView *view,
        view->priv->history_size++;
        view->priv->can_undo = TRUE;
 
+       d (print_undo_events (view));
+       d (print_redo_events (view));
+
        g_object_notify (G_OBJECT (view), "can-undo");
 }
 


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