~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to src/ui/dialog/floating-behavior.cpp

  • Committer: joelholdsworth
  • Date: 2008-03-22 18:23:47 UTC
  • Revision ID: joelholdsworth@users.sourceforge.net-20080322182347-z33lpqe083nlf1we
Removed Win32 keep-dialogs-on-top preference, now set permanently to true

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
{
98
98
    gint transient_policy = prefs_get_int_attribute_limited ( "options.transientpolicy", "value", 1, 0, 2);
99
99
 
100
 
#ifdef WIN32 // FIXME: Temporary Win32 special code to enable transient dialogs
101
 
    if (prefs_get_int_attribute ( "options.dialogsontopwin32", "value", 0))
102
 
        transient_policy = 2;
103
 
    else    
104
 
        return;
 
100
#ifdef WIN32 // Win32 special code to enable transient dialogs
 
101
    transient_policy = 2;
105
102
#endif        
106
103
 
107
104
    if (!transient_policy)