From: dooglus Date: Thu, 27 Sep 2007 00:30:24 +0000 (+0000) Subject: Same as the last commit, except for the 'splash screen' that is shown while Studio... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=98b0b5b6cc30e2faef4e14a97c5ec6b17b4386ef;p=synfig.git 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 --- 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;