diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-10-11 03:34:08 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-10-11 03:34:08 +0000 |
| commit | 05c9f6824d14012a71528bd204bcdd4e6624db29 (patch) | |
| tree | 3df43f36edb9c89ba3ffce431c81b0e16e322b4e /src/extension/implementation | |
| parent | Fix for 246153 : Broken style indicator (diff) | |
| download | inkscape-05c9f6824d14012a71528bd204bcdd4e6624db29.tar.gz inkscape-05c9f6824d14012a71528bd204bcdd4e6624db29.zip | |
Fix for 426763 : Cancelling import leads to error message
(bzr r11777)
Diffstat (limited to 'src/extension/implementation')
| -rw-r--r-- | src/extension/implementation/implementation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/implementation/implementation.h b/src/extension/implementation/implementation.h index b0230b7c4..fb323cd78 100644 --- a/src/extension/implementation/implementation.h +++ b/src/extension/implementation/implementation.h @@ -104,6 +104,7 @@ public: virtual bool check(Inkscape::Extension::Extension * /*module*/) { return true; } virtual bool cancelProcessing () { return true; } + virtual bool wasCancelled () { return false; } virtual void commitDocument () {} // ----- Input functions ----- |
