diff options
Diffstat (limited to 'src/ui/smtp/RecipientsPicker.cpp')
-rw-r--r-- | src/ui/smtp/RecipientsPicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/smtp/RecipientsPicker.cpp b/src/ui/smtp/RecipientsPicker.cpp index ee6ac673..eaaa683a 100644 --- a/src/ui/smtp/RecipientsPicker.cpp +++ b/src/ui/smtp/RecipientsPicker.cpp @@ -33,7 +33,7 @@ GpgFrontend::UI::RecipientsPicker::RecipientsPicker( connect(confirm_button, SIGNAL(clicked(bool)), this, SLOT(accept())); // Setup KeyList - key_list_ = new KeyList(false, this); + key_list_ = new KeyList(KeyMenuAbility::NONE, this); key_list_->addListGroupTab( _("Recipient(s)"), KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::NAME | KeyListColumn::EmailAddress, |