diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-02-07 17:04:27 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-02-07 17:04:27 +0000 |
| commit | e1f0d7a8e726072bf8452164fafc8bb037dfebff (patch) | |
| tree | 7e5c50a03cd0eab373005ba1c49eb0076d011395 /src/main.cpp | |
| parent | update to trunk (diff) | |
| parent | Distribute autogen.sh. Fixes build on systems that need to reconfigure intltool (diff) | |
| download | inkscape-e1f0d7a8e726072bf8452164fafc8bb037dfebff.tar.gz inkscape-e1f0d7a8e726072bf8452164fafc8bb037dfebff.zip | |
update to trunk
(bzr r13645.1.5)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/main.cpp b/src/main.cpp index 06c0d4873..15576109d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1722,15 +1722,11 @@ static int do_export_ps_pdf(SPDocument* doc, gchar const* uri, char const* mime) } if (sp_export_text_to_path) { - (*i)->set_param_bool("textToPath", TRUE); + (*i)->set_param_optiongroup("textToPath", "paths"); + } else if (sp_export_latex) { + (*i)->set_param_optiongroup("textToPath", "LaTeX"); } else { - (*i)->set_param_bool("textToPath", FALSE); - } - - if (sp_export_latex) { - (*i)->set_param_bool("textToLaTeX", TRUE); - } else { - (*i)->set_param_bool("textToLaTeX", FALSE); + (*i)->set_param_optiongroup("textToPath", "embed"); } if (sp_export_ignore_filters) { |
