From cabdde6554a95e6d0fee5ab39f850f7645df3cbb Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Thu, 21 Dec 2017 00:11:30 +0100 Subject: Make script warnings transient for "Working..." dialog This turned out to be a bit of a mess due to the interplay between the classes Script / ExecutionEnv / Effect / PrefDialog. (Basically they don't talk to each other much but all want to contribute to the GUI) Likely "Script" (and possibly "ExecutionEnv") should be refactored to let the other classes handle UI exclusively and throw errors where suitable. --- src/extension/extension.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/extension/extension.cpp') diff --git a/src/extension/extension.cpp b/src/extension/extension.cpp index 240d28a59..49ae0075c 100644 --- a/src/extension/extension.cpp +++ b/src/extension/extension.cpp @@ -57,6 +57,7 @@ Extension::Extension (Inkscape::XML::Node * in_repr, Implementation::Implementat : _help(NULL) , silent(false) , _gui(true) + , execution_env(NULL) { repr = in_repr; Inkscape::GC::anchor(in_repr); -- cgit v1.2.3