summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.h
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-12-20 21:48:36 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-12-20 21:48:36 +0000
commit7fe5369149c8e894bd4cd71ad535eaff02556f02 (patch)
treed0a682bbc59babba39b22de6a963701678048337 /src/extension/effect.h
parentReplace the Gtk::Range by Gtk::Scale in the InkSpinScale widget. (diff)
downloadinkscape-7fe5369149c8e894bd4cd71ad535eaff02556f02.tar.gz
inkscape-7fe5369149c8e894bd4cd71ad535eaff02556f02.zip
Effects: make "Working..." dialog transient for preferences dialog
Diffstat (limited to 'src/extension/effect.h')
-rw-r--r--src/extension/effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/effect.h b/src/extension/effect.h
index a14cc6e7d..143243a2e 100644
--- a/src/extension/effect.h
+++ b/src/extension/effect.h
@@ -125,6 +125,7 @@ public:
bool no_doc; // if true, the effect does not process SVG document at all, so no need to save, read, and watch for errors
bool no_live_preview; // if true, the effect does not need "live preview" checkbox in its dialog
+ PrefDialog *get_pref_dialog (void);
void set_pref_dialog (PrefDialog * prefdialog);
private:
static gchar * remove_ (gchar * instr);