From: Jon A. Cruz Date: Tue, 12 Jan 2010 05:35:47 +0000 (-0800) Subject: Enabling now that some have confirmed proper functionality on 64-bit. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=038eb2bdbc8ad8661861529b060a785e82d2740c;p=inkscape.git Enabling now that some have confirmed proper functionality on 64-bit. --- diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index c12896d70..4f61d9659 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -102,7 +102,7 @@ #include "toolbox.h" -//#define ENABLE_TASK_SUPPORT 1 +#define ENABLE_TASK_SUPPORT 1 using Inkscape::UnitTracker; using Inkscape::UI::UXManager;