From 22dad424b4835fc8c994741bbebf76ff16f6e3ec Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 27 Jun 2007 06:25:23 +0000 Subject: r15480@tres: ted | 2007-05-20 23:51:34 -0700 The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125) --- src/extension/extension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/extension.cpp') diff --git a/src/extension/extension.cpp b/src/extension/extension.cpp index 553b05583..ffb533eda 100644 --- a/src/extension/extension.cpp +++ b/src/extension/extension.cpp @@ -623,7 +623,7 @@ public: If there are no parameters, this function just returns NULL. */ Gtk::Widget * -Extension::autogui (SPDocument * doc, Inkscape::XML::Node * node) +Extension::autogui (SPDocument * doc, Inkscape::XML::Node * node, Glib::SignalProxy0 * changeSignal) { if (g_slist_length(parameters) == 0) return NULL; -- cgit v1.2.3