diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-06-05 21:55:04 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-06-05 21:55:04 +0000 |
| commit | b97a7c4e3fd3969ddb6a9f6611ca0633c687dd2f (patch) | |
| tree | 0289928e37f8859f89923bf63b75d1d0334bbad4 /src/dialogs/dialog-events.cpp | |
| parent | comment out apparently unused code (diff) | |
| download | inkscape-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/dialog-events.cpp')
| -rw-r--r-- | src/dialogs/dialog-events.cpp | 2 |
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) |
