summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-06-05 21:55:04 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-06-05 21:55:04 +0000
commitb97a7c4e3fd3969ddb6a9f6611ca0633c687dd2f (patch)
tree0289928e37f8859f89923bf63b75d1d0334bbad4 /src/dialogs
parentcomment out apparently unused code (diff)
downloadinkscape-b97a7c4e3fd3969ddb6a9f6611ca0633c687dd2f.tar.gz
inkscape-b97a7c4e3fd3969ddb6a9f6611ca0633c687dd2f.zip
with latest gtk, aggressive presenting the window after transientization is not needed, and can even result in a freeze
(bzr r8005)
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/dialog-events.cpp2
1 files changed, 1 insertions, 1 deletions
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)