diff options
| author | Josh Andler <scislac@gmail.com> | 2009-10-18 19:17:16 +0000 |
|---|---|---|
| committer | scislac <scislac@users.sourceforge.net> | 2009-10-18 19:17:16 +0000 |
| commit | 62696234b51b95b6da2b2612162cc4f185481a47 (patch) | |
| tree | df64e812996c12d1c54dfab70e4a3bb88ed1cff3 /src/extension/system.cpp | |
| parent | * [INTL: pl] Polish update by Polish Inkscape Translation Team (diff) | |
| download | inkscape-62696234b51b95b6da2b2612162cc4f185481a47.tar.gz inkscape-62696234b51b95b6da2b2612162cc4f185481a47.zip | |
Patch by Adib for 429529
(bzr r8792)
Diffstat (limited to 'src/extension/system.cpp')
| -rw-r--r-- | src/extension/system.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/system.cpp b/src/extension/system.cpp index f41217959..6ffa7f57f 100644 --- a/src/extension/system.cpp +++ b/src/extension/system.cpp @@ -206,7 +206,7 @@ save(Extension *key, SPDocument *doc, gchar const *filename, bool setextension, } /* If autodetect fails, save as Inkscape SVG */ if (omod == NULL) { - omod = dynamic_cast<Output *>(db.get(SP_MODULE_KEY_OUTPUT_SVG_INKSCAPE)); + // omod = dynamic_cast<Output *>(db.get(SP_MODULE_KEY_OUTPUT_SVG_INKSCAPE)); use exception and let user choose } } else { omod = dynamic_cast<Output *>(key); |
