summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp1
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;
}