diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-11-13 14:27:44 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-11-13 14:27:44 +0000 |
| commit | ab429c3e94bb9a4860d1bc5fc9c4c016f4c93d0b (patch) | |
| tree | f5e1082153b8559a83bd98020cf498886080b419 /src/file.cpp | |
| parent | Don't set inkscape:modified on startup when grids are shown/hidden. (diff) | |
| download | inkscape-ab429c3e94bb9a4860d1bc5fc9c4c016f4c93d0b.tar.gz inkscape-ab429c3e94bb9a4860d1bc5fc9c4c016f4c93d0b.zip | |
Partial fix for bug #1824387 [Still asks to save after complete undo]
(bzr r4078)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file.cpp b/src/file.cpp index 346f17891..748a288e5 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -538,6 +538,7 @@ file_save(Gtk::Window &parentWindow, SPDocument *doc, const Glib::ustring &uri, return sp_file_save_dialog(parentWindow, doc); } + SP_ACTIVE_DESKTOP->event_log->rememberFileSave(); SP_ACTIVE_DESKTOP->messageStack()->flash(Inkscape::NORMAL_MESSAGE, _("Document saved.")); return true; } |
