diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-01-12 16:19:05 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-01-12 16:19:05 +0000 |
| commit | 6c1b4f1bf3d31fde6158f1c040088b47055f97d0 (patch) | |
| tree | ca0d9350681377e08f420d0ef4d7a29a700601f6 /src/extension/effect.h | |
| parent | added new perspective script's inx file to POTFILES.in (diff) | |
| download | inkscape-6c1b4f1bf3d31fde6158f1c040088b47055f97d0.tar.gz inkscape-6c1b4f1bf3d31fde6158f1c040088b47055f97d0.zip | |
fix 1633451: mark the help commands as not needing the document and avoid saving/reading/parsing errors when running them
(bzr r2194)
Diffstat (limited to 'src/extension/effect.h')
| -rw-r--r-- | src/extension/effect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/effect.h b/src/extension/effect.h index 493af142b..c0231eac4 100644 --- a/src/extension/effect.h +++ b/src/extension/effect.h @@ -94,6 +94,8 @@ public: Gtk::VBox * get_info_widget(void); + bool no_doc; // if true, the effect does not process SVG document at all, so no need to save, read, and watch for errors + private: static gchar * remove_ (gchar * instr); }; |
