From 9a2885d518137dd64ee0469f296d78674e7b9fec Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 1 Sep 2007 04:29:35 +0000 Subject: r16220@tres: ted | 2007-08-15 19:43:11 -0700 Okay, so now things are a little more connected. The widgets are parameters and they have signals. Work left is to actually USE those signals ;) (bzr r3634) --- src/extension/prefdialog.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/extension/prefdialog.cpp') diff --git a/src/extension/prefdialog.cpp b/src/extension/prefdialog.cpp index 2bc971d01..38f5be4a6 100644 --- a/src/extension/prefdialog.cpp +++ b/src/extension/prefdialog.cpp @@ -13,9 +13,14 @@ #include #include "../dialogs/dialog-events.h" +#include "xml/repr.h" + +#include "preferences.h" +#include "effect.h" #include "prefdialog.h" + namespace Inkscape { namespace Extension { @@ -77,6 +82,18 @@ PrefDialog::PrefDialog (Glib::ustring name, gchar const * help, Gtk::Widget * co return; } +PrefDialog::~PrefDialog ( ) +{ + if (_param_preview != NULL) { + delete _param_preview; + } + if (_param_pinned != NULL) { + delete _param_pinned; + } + + return; +} + /** \brief Runs the dialog \return The response to the dialog -- cgit v1.2.3