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

List:       kde-commits
Subject:    branches/kdepim/enterprise4/kdepim/kleopatra/crypto
From:       Marc Mutz <mutz () kde ! org>
Date:       2008-11-28 17:16:55
Message-ID: 1227892615.503445.7943.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 890253 by mutz:

Don't print "The signature is invalid: <empty>", use what KMail uses in this case.
CCBUG:175590
Could be done better if someone can come up with an interpretation of summary==0

 M  +2 -0      decryptverifytask.cpp  


--- branches/kdepim/enterprise4/kdepim/kleopatra/crypto/decryptverifytask.cpp #890252:890253
@@ -426,6 +426,8 @@
     }
     if ( red )
         return text + i18n("The signature is bad.");
+    if ( !sig.summary() )
+        return text + i18n("The validity of the signature cannot be verified.");
     return text + i18n("The signature is invalid: %1", signatureSummaryToString( sig.summary() ) );
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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