summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-09-01 04:27:55 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-09-01 04:27:55 +0000
commit6dc9aa5a0656bfb2c710e5c3c30dab07507de04a (patch)
treef466a05459af99529a20077d78e943038c787d32 /src/extension/execution-env.cpp
parentChange dock item iconify icon (diff)
downloadinkscape-6dc9aa5a0656bfb2c710e5c3c30dab07507de04a.tar.gz
inkscape-6dc9aa5a0656bfb2c710e5c3c30dab07507de04a.zip
r16003@tres: ted | 2007-07-27 08:51:45 -0700
Nothing new is working really, but this is a good stopping point in the restructuring. (bzr r3633)
Diffstat (limited to 'src/extension/execution-env.cpp')
-rw-r--r--src/extension/execution-env.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp
index f43e95329..547eb5a30 100644
--- a/src/extension/execution-env.cpp
+++ b/src/extension/execution-env.cpp
@@ -92,7 +92,7 @@ ExecutionEnv::createPrefsDialog (Gtk::Widget * controls) {
delete _visibleDialog;
}
- _visibleDialog = new PrefDialog(_effect->get_name(), _effect->get_help(), controls);
+ _visibleDialog = new PrefDialog(_effect->get_name(), _effect->get_help(), controls, this);
_visibleDialog->signal_response().connect(sigc::mem_fun(this, &ExecutionEnv::preferencesResponse));
_visibleDialog->show();