-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 | |||
@@ -141,3 +141,3 @@ void ConfigDialog::setIncludeInSync( bool value ) | |||
141 | else | 141 | else |
142 | mIncludeInSync->setChecked( true ); | 142 | mIncludeInSync->setChecked( false ); |
143 | } | 143 | } |
@@ -150,3 +150,3 @@ void ConfigDialog::setPersistentReadOnly( bool value ) | |||
150 | setReadOnly( true ); | 150 | setReadOnly( true ); |
151 | setIncludeInSync( true ); | 151 | setIncludeInSync( false ); |
152 | } | 152 | } |