From: buliabyak Date: Fri, 5 Jun 2009 21:55:04 +0000 (+0000) Subject: with latest gtk, aggressive presenting the window after transientization is not neede... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0ccdeb6f5fa3e23b87c0d29f94121a8d35cc1a48;p=inkscape.git with latest gtk, aggressive presenting the window after transientization is not needed, and can even result in a freeze --- diff --git a/src/dialogs/dialog-events.cpp b/src/dialogs/dialog-events.cpp index 7972f4942..b5992ab5c 100644 --- a/src/dialogs/dialog-events.cpp +++ b/src/dialogs/dialog-events.cpp @@ -198,7 +198,7 @@ sp_transientize_callback ( Inkscape::Application * /*inkscape*/, gint transient_policy = prefs->getIntLimited( "/options/transientpolicy/value", 1, 0, 2); #ifdef WIN32 // Win32 special code to enable transient dialogs - transient_policy = 2; + transient_policy = 1; #endif if (!transient_policy)