From: ishmal Date: Mon, 17 Dec 2007 20:42:41 +0000 (+0000) Subject: remember to return true from execute() X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9665c546cc928e259667ebab6926aff1c23abbe4;p=inkscape.git remember to return true from execute() --- diff --git a/buildtool.cpp b/buildtool.cpp index 2b589c3d1..88ed65d2f 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -6730,6 +6730,7 @@ public: return false; } } + return true; } virtual bool parse(Element *elem)