From: Peter Penz Date: Sun, 3 Aug 2008 10:10:34 +0000 (+0000) Subject: warning-- X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/8239be95e341bca24ac984c422f34710e85b80db warning-- svn path=/trunk/KDE/kdebase/apps/; revision=841434 --- 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