From ab429c3e94bb9a4860d1bc5fc9c4c016f4c93d0b Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Tue, 13 Nov 2007 14:27:44 +0000 Subject: Partial fix for bug #1824387 [Still asks to save after complete undo] (bzr r4078) --- src/file.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/file.cpp') 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; } -- cgit v1.2.3