From 99a5cbf5cafe5aa6e5f95135dcf5031f9d98630a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 27 Jun 2007 06:25:39 +0000 Subject: r15481@tres: ted | 2007-05-22 09:56:22 -0700 Switching to sigc::signal so it actually works. (bzr r3126) --- src/extension/implementation/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/implementation/script.cpp') diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 857c36bc3..96c436dfd 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -550,7 +550,7 @@ Script::prefs_output(Inkscape::Extension::Output *module) Gtk::Widget * Script::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *view, - Glib::SignalProxy0 * changeSignal) + sigc::signal * changeSignal) { SPDocument * current_document = view->doc(); -- cgit v1.2.3