Release 0.61.08
[synfig.git] / synfig-studio / tags / stable / src / gtkmm / onemoment.cpp
index f8bf4ec..546ed19 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 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
@@ -81,9 +82,9 @@ using namespace studio;
 
 /* === M E T H O D S ======================================================= */
 
-OneMoment::OneMoment():        Gtk::Window(Gtk::WINDOW_POPUP)
+OneMoment::OneMoment():
+       Gtk::Window(getenv("SYNFIG_DISABLE_POPUP_WINDOWS") ? Gtk::WINDOW_TOPLEVEL : Gtk::WINDOW_POPUP)
 {
-
        // Create the Copyright Label
        Gtk::Label *label = manage(new class Gtk::Label(_("One Moment, Please...")));