[network-manager-applet/NETWORKMANAGER_APPLET_0_7] applet: request EAP-TLS secrets in the wireless dialog (rh #496059)



commit 06b820cb281a1f62762b7ceb855f076f71469bb6
Author: Dan Williams <dcbw redhat com>
Date:   Fri Oct 16 16:34:31 2009 -0700

    applet: request EAP-TLS secrets in the wireless dialog (rh #496059)

 src/wireless-security/helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wireless-security/helpers.c b/src/wireless-security/helpers.c
index 9b08713..1a9ebd7 100644
--- a/src/wireless-security/helpers.c
+++ b/src/wireless-security/helpers.c
@@ -51,7 +51,7 @@ helper_fill_secret_entry (NMConnection *connection,
 				gtk_entry_set_text (entry, tmp);
 		}
 	} else {
-		secrets = nm_gconf_get_keyring_items (connection, setting_name, FALSE, &error);
+		secrets = nm_gconf_get_keyring_items (connection, setting_name, TRUE, &error);
 		if (!secrets) {
 			g_clear_error (&error);
 			return;



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