diff options
| author | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-09-04 09:50:07 +0000 |
|---|---|---|
| committer | Slagvi Public <JandotDarowskiattgmaildottcom> | 2013-09-04 09:50:07 +0000 |
| commit | 100be92caf253e8743126da4264e84a060c82182 (patch) | |
| tree | 0321c0662e669746808a9d8b2f2995ccfa3a300e /src/ui/dialog/template-load-tab.cpp | |
| parent | Add listing procedural templates in NewFromTemplate dialog. (diff) | |
| download | inkscape-100be92caf253e8743126da4264e84a060c82182.tar.gz inkscape-100be92caf253e8743126da4264e84a060c82182.zip | |
Creating documents from procedural templates added.
(bzr r12481.1.2)
Diffstat (limited to 'src/ui/dialog/template-load-tab.cpp')
| -rw-r--r-- | src/ui/dialog/template-load-tab.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/template-load-tab.cpp b/src/ui/dialog/template-load-tab.cpp index 280b3b073..11511d7fc 100644 --- a/src/ui/dialog/template-load-tab.cpp +++ b/src/ui/dialog/template-load-tab.cpp @@ -271,6 +271,8 @@ void TemplateLoadTab::_getProceduralTemplates() result.display_name = (*it)->get_name(); result.is_procedural = true; result.path = ""; + result.tpl_effect = *it; + _getDataFromNode(myRoot, result); _tdata[result.display_name] = result; } |
