┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-08-03 10:10:34 +0000
committerPeter Penz <[email protected]>2008-08-03 10:10:34 +0000
commit8239be95e341bca24ac984c422f34710e85b80db (patch)
tree5068f107a5418c8dd05ffdff3c122b64459855c2 /src
parente1b94daa88441ece7844a5fde1af411ebd6d281f (diff)
warning--
svn path=/trunk/KDE/kdebase/apps/; revision=841434
Diffstat (limited to 'src')
-rw-r--r--src/viewpropertiesdialog.cpp2
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