[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/config
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2008-10-03 14:54:36
Message-ID: 1223045676.198105.27944.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 867457 by aseigo:

i don't think a bitwise or makes sense here =)


 M  +1 -1      kconfig.cpp  


--- trunk/KDE/kdelibs/kdecore/config/kconfig.cpp #867456:867457
@@ -589,7 +589,7 @@
 bool KConfig::isGroupImmutableImpl(const QByteArray& aGroup) const
 {
     Q_D(const KConfig);
-    return isImmutable()|d->entryMap.getEntryOption(aGroup, 0, 0, KEntryMap::EntryImmutable);
+    return isImmutable() || d->entryMap.getEntryOption(aGroup, 0, 0, KEntryMap::EntryImmutable);
 }
 
 void KConfig::setForceGlobal(bool b)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic