-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 ) mIncludeInSync->setChecked( value ); else - mIncludeInSync->setChecked( true ); + mIncludeInSync->setChecked( false ); } @@ -149,5 +149,5 @@ void ConfigDialog::setPersistentReadOnly( bool value ) if (value == true) { setReadOnly( true ); - setIncludeInSync( true ); + setIncludeInSync( false ); } |