summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9b776c6)
raw | patch | inline | side by side (parent: 9b776c6)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 5 Jun 2009 21:55:04 +0000 (21:55 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 5 Jun 2009 21:55:04 +0000 (21:55 +0000) |
src/dialogs/dialog-events.cpp | patch | blob | history |
index 7972f4942ecb82dfba58ff5604c0025d8ddb33ff..b5992ab5cecfa7d762c8f35c1a609dfe444e5057 100644 (file)
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)