diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-18 15:44:16 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-18 15:44:16 +0000 |
| commit | 4deaa8e168d13b07fd56f5ff1de8a8c64df5719a (patch) | |
| tree | 89b37f02a3e123bcdade0e75321dc001482e2668 /src/file.h | |
| parent | Merge branch 'master' of gitlab.com:xhorak/inkscape (diff) | |
| parent | Fix bug 1789838 - Ask for confirmation before overwriting template (diff) | |
| download | inkscape-4deaa8e168d13b07fd56f5ff1de8a8c64df5719a.tar.gz inkscape-4deaa8e168d13b07fd56f5ff1de8a8c64df5719a.zip | |
Merge branch 'bugfix-1789838-confirmation-needed-before-overwriting-template' of gitlab.com:ccrb/inkscape
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 21c412f5f..fadbb09da 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); |
