diff options
| author | Adib Taraben <theadib@gmail.com> | 2011-02-14 23:36:45 +0000 |
|---|---|---|
| committer | theAdib <theadib@gmail.com> | 2011-02-14 23:36:45 +0000 |
| commit | db451544150359dab56c14150a58f58ec76798b4 (patch) | |
| tree | 69217d859c33a34d972ece40e23f005a17886e01 /src/extension/implementation/script.cpp | |
| parent | calligraphy tool does not need to know the type of the end curves to add the ... (diff) | |
| download | inkscape-db451544150359dab56c14150a58f58ec76798b4.tar.gz inkscape-db451544150359dab56c14150a58f58ec76798b4.zip | |
preview dialogue for pdf-import-cairo
(bzr r10049.1.1)
Diffstat (limited to 'src/extension/implementation/script.cpp')
| -rw-r--r-- | src/extension/implementation/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index cc54194ec..2f3e2cd65 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -603,7 +603,7 @@ void Script::save(Inkscape::Extension::Output *module, file_listener fileout; int data_read = execute(command, params, tempfilename_in, fileout); - + bool success = false; if (data_read > 0) { |
