[evolution/wip/gsettings] Bug #604534 - Evolution "ignores" key-usage info in certificates



commit 700e263817c36ccf88a6de523326d2f1bc1b4003
Author: Milan Crha <mcrha redhat com>
Date:   Wed Jan 19 13:10:03 2011 +0100

    Bug #604534 - Evolution "ignores" key-usage info in certificates

 mail/em-account-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 7a2dc3f..3c373f4 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -1219,7 +1219,7 @@ smime_encrypt_key_select (GtkWidget *button, EMAccountEditor *emae)
 	EMAccountEditorPrivate *priv = emae->priv;
 	GtkWidget *w;
 
-	w = e_cert_selector_new (E_CERT_SELECTOR_SIGNER, gtk_entry_get_text (priv->smime_encrypt_key));
+	w = e_cert_selector_new (E_CERT_SELECTOR_RECIPIENT, gtk_entry_get_text (priv->smime_encrypt_key));
 	gtk_window_set_modal ((GtkWindow *)w, TRUE);
 	gtk_window_set_transient_for ((GtkWindow *)w, (GtkWindow *)gtk_widget_get_toplevel (button));
 	g_signal_connect (w, "selected", G_CALLBACK(smime_encrypt_key_selected), emae);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]