diff options
| author | Ted Gould <ted@gould.cx> | 2007-09-01 04:30:40 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-09-01 04:30:40 +0000 |
| commit | 473475fbfa08d1c30f98f6134830a8066490fe80 (patch) | |
| tree | 7d9abc95a33b2dd78b0878041703ad79d0bc5f53 /src/extension/execution-env.cpp | |
| parent | (bzr r3635) (diff) | |
| download | inkscape-473475fbfa08d1c30f98f6134830a8066490fe80.tar.gz inkscape-473475fbfa08d1c30f98f6134830a8066490fe80.zip | |
r16267@tres: ted | 2007-08-16 23:04:38 -0700
Basic functionality. Still doesn't cancel all of the execution
environment stuff. But the other parts are working. Good checkin
point.
(bzr r3636)
Diffstat (limited to 'src/extension/execution-env.cpp')
| -rw-r--r-- | src/extension/execution-env.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp index 547eb5a30..b21d7a0f5 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, this); + _visibleDialog = new PrefDialog(_effect->get_name(), _effect->get_help(), controls, this, _effect); _visibleDialog->signal_response().connect(sigc::mem_fun(this, &ExecutionEnv::preferencesResponse)); _visibleDialog->show(); |
