From 55ccf247cd5c150afb00837a6e3b1a6a4610b52d Mon Sep 17 00:00:00 2001 From: Christophe Lebras Date: Fri, 31 Aug 2018 08:51:38 +0200 Subject: Fix bug 1789838 - Ask for confirmation before overwriting template --- src/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index c24ecdf6f..ccfc93e1c 100644 --- a/src/file.h +++ b/src/file.h @@ -106,7 +106,7 @@ bool sp_file_save_a_copy (Gtk::Window &parentWindow, void* object, void* data); /** * Save a copy of a document as template. */ -void +bool sp_file_save_template(Gtk::Window &parentWindow, Glib::ustring name, Glib::ustring author, Glib::ustring description, Glib::ustring keywords, bool isDefault); -- cgit v1.2.3