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

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/crypto/gui
From:       Guy Maurel <guy-kde () maurel ! de>
Date:       2009-11-29 18:13:41
Message-ID: 1259518421.639802.9835.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1056258 by guymaurel:

complete with some more parentheses

 M  +2 -1      newsignencryptfileswizard.cpp  


--- trunk/KDE/kdepim/kleopatra/crypto/gui/newsignencryptfileswizard.cpp \
#1056257:1056258 @@ -590,7 +590,7 @@
 
         /* reimp */ bool validatePage() {
             const std::vector<Key> & r = keys();
-            if ( _detail::none_of_secret( r ) )
+            if ( _detail::none_of_secret( r ) ) {
                 if ( KMessageBox::warningContinueCancel( this,
                                                          i18nc("@info",
                                                                "<para>None of the \
recipients you are encrypting to seems to be your own.</para>" @@ -613,6 +613,7 @@
                                                              \
"warn-encrypt-to-non-self-destructive", KMessageBox::Notify|KMessageBox::Dangerous )  \
== KMessageBox::Cancel )  return false;
+            }
             return true;
         }
 


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

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