diff options
| author | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2013-06-06 08:32:48 +0000 |
|---|---|---|
| committer | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2013-06-06 08:32:48 +0000 |
| commit | fddea897e18dbeab5c205725a896e27f9763906b (patch) | |
| tree | 57d04af0749ecd59adbb7f506a7851a6e142a101 /src | |
| parent | Fix symbol-title missing crash (diff) | |
| download | inkscape-fddea897e18dbeab5c205725a896e27f9763906b.tar.gz inkscape-fddea897e18dbeab5c205725a896e27f9763906b.zip | |
Fixes r12348 and r12350.
Typo error (sp_export_pdf_version instead sp_export_pdf).
(bzr r12352)
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e77c748b7..28ec719f3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1680,7 +1680,7 @@ static int do_export_ps_pdf(SPDocument* doc, gchar const* uri, char const* mime) } // set default pdf export version to 1.4, also if something went wrong - if(sp_export_pdf_version && set_export_pdf_version_fail) { + if(sp_export_pdf && set_export_pdf_version_fail) { (*i)->set_param_enum(pdfver_param_name, "PDF 1.4"); } |
