SVN_SILENT compile

svn path=/branches/work/kdab-post-4.0/kdepim/; revision=746161
wilder-work
Jarosaw Staniek 19 years ago
parent 10e1d35164
commit a325a67d53
  1. 2
      keyresolver.cpp

@ -1358,7 +1358,7 @@ std::vector<GpgME::Key> Kleo::KeyResolver::signingKeys( CryptoMessageFormat f )
std::vector<GpgME::Key> Kleo::KeyResolver::selectKeys( const QString & person, const QString & msg, const std::vector<GpgME::Key> & selectedKeys ) const {
Kleo::KeySelectionDialog dlg( i18n("Encryption Key Selection"),
msg, selectedKeys,
Kleo::KeySelectionDialog::ValidEncryptionKeys,
Kleo::KeySelectionDialog::ValidTrustedEncryptionKeys,
true, true ); // multi-selection and "remember choice" box
if ( dlg.exec() != QDialog::Accepted )

Loading…
Cancel
Save