summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-01-12 16:19:05 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-01-12 16:19:05 +0000
commit6c1b4f1bf3d31fde6158f1c040088b47055f97d0 (patch)
treeca0d9350681377e08f420d0ef4d7a29a700601f6 /src/extension/effect.h
parentadded new perspective script's inx file to POTFILES.in (diff)
downloadinkscape-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.h2
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);
};