From 98b0b5b6cc30e2faef4e14a97c5ec6b17b4386ef Mon Sep 17 00:00:00 2001 From: dooglus Date: Thu, 27 Sep 2007 00:30:24 +0000 Subject: [PATCH] Same as the last commit, except for the 'splash screen' that is shown while Studio is loading, and while documents are loading. git-svn-id: http://svn.voria.com/code@771 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/about.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/gtkmm/about.cpp b/synfig-studio/trunk/src/gtkmm/about.cpp index 67d0c76..e00e627 100644 --- a/synfig-studio/trunk/src/gtkmm/about.cpp +++ b/synfig-studio/trunk/src/gtkmm/about.cpp @@ -158,7 +158,7 @@ public: /* === M E T H O D S ======================================================= */ About::About(): - Gtk::Window(Gtk::WINDOW_POPUP), + Gtk::Window(getenv("SYNFIG_DISABLE_POPUP_WINDOWS") ? Gtk::WINDOW_TOPLEVEL : Gtk::WINDOW_POPUP), can_self_destruct(true) { int image_w=300,image_h=350; -- 2.7.4