Tidying.
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.h
index 48dd091..cc5aa20 100644 (file)
@@ -6,7 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
-**     Copyright (c) 2007 Chris Moore
+**     Copyright (c) 2007, 2008 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -193,6 +193,8 @@ public:
 
        static bool single_threaded;
 
+       static bool restrict_radius_ducks;
+
        /*
  -- ** -- S I G N A L S -------------------------------------------------------
        */
@@ -293,7 +295,7 @@ public:
 
        static void new_instance();
 
-       static void dialog_open();
+       static void dialog_open(std::string filename = "");
 
        static void dialog_about();