From 0ccdeb6f5fa3e23b87c0d29f94121a8d35cc1a48 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Fri, 5 Jun 2009 21:55:04 +0000 Subject: [PATCH] with latest gtk, aggressive presenting the window after transientization is not needed, and can even result in a freeze --- src/dialogs/dialog-events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2