-rw-r--r-- | microkde/kresources/configdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/microkde/kresources/configdialog.cpp b/microkde/kresources/configdialog.cpp index 24e82bc..55253c0 100644 --- a/microkde/kresources/configdialog.cpp +++ b/microkde/kresources/configdialog.cpp | |||
@@ -140,5 +140,5 @@ void ConfigDialog::setIncludeInSync( bool value ) | |||
140 | mIncludeInSync->setChecked( value ); | 140 | mIncludeInSync->setChecked( value ); |
141 | else | 141 | else |
142 | mIncludeInSync->setChecked( true ); | 142 | mIncludeInSync->setChecked( false ); |
143 | } | 143 | } |
144 | 144 | ||
@@ -149,5 +149,5 @@ void ConfigDialog::setPersistentReadOnly( bool value ) | |||
149 | if (value == true) { | 149 | if (value == true) { |
150 | setReadOnly( true ); | 150 | setReadOnly( true ); |
151 | setIncludeInSync( true ); | 151 | setIncludeInSync( false ); |
152 | } | 152 | } |
153 | 153 | ||