[network-manager-applet/rm-userset] applet: don't clear existing secrets when asking for new ones



commit 07d9b644ecc1ef9949b7fe5f58017d26d172995d
Author: Dan Williams <dcbw redhat com>
Date:   Thu Feb 10 11:45:06 2011 -0600

    applet: don't clear existing secrets when asking for new ones
    
    Otherwise we blow away anything we'd use to pre-fill the UI entries
    with the existing secrets.

 src/applet-agent.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/applet-agent.c b/src/applet-agent.c
index af70a74..9ae55c2 100644
--- a/src/applet-agent.c
+++ b/src/applet-agent.c
@@ -177,9 +177,6 @@ get_secrets_cb (AppletAgent *self,
 static void
 ask_for_secrets (Request *r)
 {
-	/* FIXME: clear the actual NMRemoteConnection matching the requests' NMConnection */
-	nm_connection_clear_secrets (r->connection);
-
 	/* Ask the applet to get some secrets for us */
 	g_signal_emit (r->agent,
 	               signals[GET_SECRETS],



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