Conditionally compile out the 'single threaded' stuff. It doesn't work very well...
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.h
index ac5cb54..dd823dd 100644 (file)
@@ -191,10 +191,14 @@ public:
 
        static bool use_colorspace_gamma;
 
+#ifdef SINGLE_THREADED
        static bool single_threaded;
+#endif
 
        static bool restrict_radius_ducks;
 
+       static synfig::String browser_command;
+
        /*
  -- ** -- S I G N A L S -------------------------------------------------------
        */
@@ -334,6 +338,8 @@ public:
 
        static void dialog_help();
 
+       static void open_url(const std::string &url);
+
        static synfig::String get_user_app_directory();
        static synfig::String get_config_file(const synfig::String& file);
 }; // END of class App