From 40df9f6ef495c4577958502ffb4f23a4a4e1092f Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Mon, 5 Aug 2019 00:53:57 +0200 Subject: Switch Inkscape::Extension to use InxWidgets instead of InxParameters --- src/extension/effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/effect.cpp') diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp index a9088f88d..976c26192 100644 --- a/src/extension/effect.cpp +++ b/src/extension/effect.cpp @@ -239,7 +239,7 @@ Effect::prefs (Inkscape::UI::View::View * doc) return true; } - if (param_visible_count() == 0) { + if (widget_visible_count() == 0) { effect(doc); return true; } -- cgit v1.2.3