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

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/crypto
From:       Thomas McGuire <mcguire () kde ! org>
Date:       2010-02-23 11:18:21
Message-ID: 1266923901.147649.28227.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1094866 by tmcguire:

Fix this statement which was broken with one of the coding style / parenthesis fixes commit.


 M  +1 -1      signencryptfilescontroller.cpp  


--- trunk/KDE/kdepim/kleopatra/crypto/signencryptfilescontroller.cpp #1094865:1094866
@@ -205,7 +205,7 @@
 void SignEncryptFilesController::setOperationMode( unsigned int mode ) {
     Private::assertValidOperation( mode );
     if ( contains_dir( d->files ) )
-        ( mode = mode & ~ArchiveMask ) | ArchiveForced ;
+        mode = mode & ~ArchiveMask | ArchiveForced;
     d->operation = mode;
     d->updateWizardMode();
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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