From b97a7c4e3fd3969ddb6a9f6611ca0633c687dd2f Mon Sep 17 00:00:00 2001 From: bulia byak Date: Fri, 5 Jun 2009 21:55:04 +0000 Subject: with latest gtk, aggressive presenting the window after transientization is not needed, and can even result in a freeze (bzr r8005) --- src/dialogs/dialog-events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3