diff options
| author | gustav_b <gustav_b@users.sourceforge.net> | 2007-03-29 23:02:20 +0000 |
|---|---|---|
| committer | gustav_b <gustav_b@users.sourceforge.net> | 2007-03-29 23:02:20 +0000 |
| commit | c905425451f756e070a2f0991892d397ba84ed24 (patch) | |
| tree | 7b662fbe00e02f1cf398a99cfaa8c90c333827c0 /src/console-output-undo-observer.cpp | |
| parent | Fix native path for iri (diff) | |
| download | inkscape-c905425451f756e070a2f0991892d397ba84ed24.tar.gz inkscape-c905425451f756e070a2f0991892d397ba84ed24.zip | |
Notify UndoStackObservers on commited incomplete transactions and sp_document_{undo,redo}_clear,
see #1684042.
(bzr r2780)
Diffstat (limited to 'src/console-output-undo-observer.cpp')
| -rw-r--r-- | src/console-output-undo-observer.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/console-output-undo-observer.cpp b/src/console-output-undo-observer.cpp index 7035e89fe..98e6c69a6 100644 --- a/src/console-output-undo-observer.cpp +++ b/src/console-output-undo-observer.cpp @@ -34,6 +34,18 @@ ConsoleOutputUndoObserver::notifyUndoCommitEvent(Event* log) //g_message("notifyUndoCommitEvent (sp_document_maybe_done) called; log=%p\n", log->event); } +void +ConsoleOutputUndoObserver::notifyClearUndoEvent() +{ + //g_message("notifyClearUndoEvent (sp_document_clear_undo) called); +} + +void +ConsoleOutputUndoObserver::notifyClearRedoEvent() +{ + //g_message("notifyClearRedoEvent (sp_document_clear_redo) called); +} + } /* |
