diff options
| author | Peter Penz <[email protected]> | 2008-08-03 10:10:34 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-08-03 10:10:34 +0000 |
| commit | 8239be95e341bca24ac984c422f34710e85b80db (patch) | |
| tree | 5068f107a5418c8dd05ffdff3c122b64459855c2 | |
| parent | e1b94daa88441ece7844a5fde1af411ebd6d281f (diff) | |
warning--
svn path=/trunk/KDE/kdebase/apps/; revision=841434
| -rw-r--r-- | src/viewpropertiesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewpropertiesdialog.cpp b/src/viewpropertiesdialog.cpp index 5d3f299d9..aab0309b8 100644 --- a/src/viewpropertiesdialog.cpp +++ b/src/viewpropertiesdialog.cpp @@ -338,7 +338,7 @@ void ViewPropertiesDialog::applyViewProperties() // If the user selected 'Apply To All Folders' the view properties implicitely // are also used as default for new folders. const bool useAsDefault = applyToAllFolders || - (m_useAsDefault != 0) && m_useAsDefault->isChecked(); + ((m_useAsDefault != 0) && m_useAsDefault->isChecked()); if (useAsDefault) { // For directories where no .directory file is available, the .directory // file stored for the global view properties is used as fallback. To update |
