From 8239be95e341bca24ac984c422f34710e85b80db Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 3 Aug 2008 10:10:34 +0000 Subject: [PATCH] warning-- svn path=/trunk/KDE/kdebase/apps/; revision=841434 --- src/viewpropertiesdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3