[network-manager-applet/rm-userset] applet: propagate the get secrets cancel signal to the core applet code
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/rm-userset] applet: propagate the get secrets cancel signal to the core applet code
- Date: Thu, 20 Jan 2011 06:17:52 +0000 (UTC)
commit 2261b6c3e20c6bbd768438acce051c21c67811ab
Author: Dan Williams <dcbw redhat com>
Date: Wed Jan 19 17:44:30 2011 -0600
applet: propagate the get secrets cancel signal to the core applet code
src/applet-agent.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/applet-agent.c b/src/applet-agent.c
index d0b5f83..a473603 100644
--- a/src/applet-agent.c
+++ b/src/applet-agent.c
@@ -441,6 +441,7 @@ cancel_get_secrets (NMSecretAgent *agent,
}
r->get_callback (NM_SECRET_AGENT (r->agent), r->connection, NULL, error, r->callback_data);
g_hash_table_remove (priv->requests, GUINT_TO_POINTER (r->id));
+ g_signal_emit (r->agent, signals[CANCEL_SECRETS], 0, GUINT_TO_POINTER (r->id));
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]