diff options
| author | Christophe Lebras <christophe.lebras@gmail.com> | 2018-08-31 06:51:38 +0000 |
|---|---|---|
| committer | Christophe Lebras <christophe.lebras@gmail.com> | 2018-08-31 06:51:38 +0000 |
| commit | 55ccf247cd5c150afb00837a6e3b1a6a4610b52d (patch) | |
| tree | 6a3d6539826ade73ed6c812930b7d0bf686acdf1 /src/file.h | |
| parent | Fix bug 1789010 - Sanitize template's file name (diff) | |
| download | inkscape-55ccf247cd5c150afb00837a6e3b1a6a4610b52d.tar.gz inkscape-55ccf247cd5c150afb00837a6e3b1a6a4610b52d.zip | |
Fix bug 1789838 - Ask for confirmation before overwriting template
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
