diff options
| author | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-08-04 12:37:48 +0000 |
|---|---|---|
| committer | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-08-04 12:37:48 +0000 |
| commit | 3d59db609dcae34444b45348c57ac203886576b6 (patch) | |
| tree | 0ac260fa3cdc6aa3e60db7778a8f7f09dd8f909f /src/ui/dialog/template-widget.cpp | |
| parent | Template preview size fixed (diff) | |
| download | inkscape-3d59db609dcae34444b45348c57ac203886576b6.tar.gz inkscape-3d59db609dcae34444b45348c57ac203886576b6.zip | |
Removing template data from XML tree added
(bzr r12379.2.18)
Diffstat (limited to 'src/ui/dialog/template-widget.cpp')
| -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 4b64c1c73..66121a73a 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); + sp_file_open(_current_template.path, NULL, REPLACE_EMPTY | ADD_TO_RECENT | IS_FROM_TEMPLATE); } } |
