From 473475fbfa08d1c30f98f6134830a8066490fe80 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 1 Sep 2007 04:30:40 +0000 Subject: 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) --- src/extension/execution-env.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/execution-env.cpp') 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(); -- cgit v1.2.3