diff options
| author | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-08-06 20:48:28 +0000 |
|---|---|---|
| committer | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-08-06 20:48:28 +0000 |
| commit | 625d70be1e222b3cfbbf6527b2829b645f369cd2 (patch) | |
| tree | 16eb8f24ded9b0989476735b99fff9185580c533 /src/ui | |
| parent | Removing template data from XML tree added (diff) | |
| download | inkscape-625d70be1e222b3cfbbf6527b2829b645f369cd2.tar.gz inkscape-625d70be1e222b3cfbbf6527b2829b645f369cd2.zip | |
Adapted sp_file_new for use with templates
(bzr r12379.2.19)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/template-widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/template-widget.cpp b/src/ui/dialog/template-widget.cpp index 66121a73a..7e0599049 100644 --- a/src/ui/dialog/template-widget.cpp +++ b/src/ui/dialog/template-widget.cpp @@ -62,7 +62,7 @@ void TemplateWidget::create() if (_current_template.is_procedural) {} else { - sp_file_open(_current_template.path, NULL, REPLACE_EMPTY | ADD_TO_RECENT | IS_FROM_TEMPLATE); + sp_file_new(_current_template.path); } } |
