diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-03-19 00:14:03 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2016-03-19 00:14:03 +0000 |
| commit | 04a8c5b6ee2cbadf792295bbdb4048369103f32c (patch) | |
| tree | b72051b7eea37526fb9428e822de28365a0c217e /src/extension/output.cpp | |
| parent | Fix more Krzysztof comments on merge proposal, temporary disable LPE on clip ... (diff) | |
| parent | Remove code of a semifixed bug (diff) | |
| download | inkscape-04a8c5b6ee2cbadf792295bbdb4048369103f32c.tar.gz inkscape-04a8c5b6ee2cbadf792295bbdb4048369103f32c.zip | |
update to trunk
(bzr r13708.1.45)
Diffstat (limited to 'src/extension/output.cpp')
| -rw-r--r-- | src/extension/output.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/extension/output.cpp b/src/extension/output.cpp index 8de5583c7..83f0fed2f 100644 --- a/src/extension/output.cpp +++ b/src/extension/output.cpp @@ -192,8 +192,7 @@ Output::prefs (void) delete dialog; - if (response == Gtk::RESPONSE_OK) return true; - return false; + return (response == Gtk::RESPONSE_OK); } /** |
