From 7b0220104af211b8f7bb8ee1b2530a1d97015e78 Mon Sep 17 00:00:00 2001 From: dooglus Date: Thu, 11 Oct 2007 19:36:15 +0000 Subject: [PATCH] Default single_threaded to false, because it doesn't work too well yet. git-svn-id: http://svn.voria.com/code@909 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/gtkmm/app.cpp b/synfig-studio/trunk/src/gtkmm/app.cpp index 0c2bd84..b8e8200 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -253,7 +253,7 @@ studio::Dock_Curves* dock_curves; std::list< etl::handle< studio::Module > > module_list_; bool studio::App::use_colorspace_gamma=true; -bool studio::App::single_threaded=true; +bool studio::App::single_threaded=false; static int max_recent_files_=25; int studio::App::get_max_recent_files() { return max_recent_files_; } -- 2.7.4