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

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/crypto
From:       Guy Maurel <guy-kde () maurel ! de>
Date:       2009-11-11 17:27:16
Message-ID: 1257960436.898824.4068.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1047641 by guymaurel:

complete with some more parentheses

 M  +4 -2      signencryptfilescontroller.cpp  


--- trunk/KDE/kdepim/kleopatra/crypto/signencryptfilescontroller.cpp #1047640:1047641
@@ -137,17 +137,19 @@
 
     kleo_assert( !signDisallowed || !encryptDisallowed );
  
-    if ( !signDisallowed && encryptDisallowed )
+    if ( !signDisallowed && encryptDisallowed ) {
         if ( archiveForced )
             return i18n( "Archive and Sign Files" );
         else
             return i18n( "Sign Files" );
+    }
 
-    if ( signDisallowed && !encryptDisallowed )
+    if ( signDisallowed && !encryptDisallowed ) {
         if ( archiveForced )
             return i18n( "Archive and Encrypt Files" );
         else
             return i18n( "Encrypt Files" );
+    }
 
     if ( archiveForced )
         return i18n( "Archive and Sign/Encrypt Files" );
[prev in list] [next in list] [prev in thread] [next in thread] 

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