[network-manager-applet] editor: PolicyKit-gnome 0.95 and later do serialize auth requests (rh #462944) (lp:462944)



commit b71e69bf8f361d1064a2624c7a74fb09cb961e49
Author: Dan Williams <dcbw redhat com>
Date:   Fri Dec 4 23:22:58 2009 -0800

    editor: PolicyKit-gnome 0.95 and later do serialize auth requests (rh #462944) (lp:462944)
    
    http://git.gnome.org/cgit/PolicyKit-gnome/commit/?id=f32cb7faa7197b9db55b569677732742c3c7fdc1
    
    Distros without PolicyKit 0.95 should probably upgrade.

 src/connection-editor/nm-connection-editor.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/connection-editor/nm-connection-editor.c b/src/connection-editor/nm-connection-editor.c
index b59e476..c054642 100644
--- a/src/connection-editor/nm-connection-editor.c
+++ b/src/connection-editor/nm-connection-editor.c
@@ -665,6 +665,9 @@ get_secrets_for_page (NMConnectionEditor *self,
 	 * But it since it doesn't do that, we have to serialize the authorization
 	 * requests ourselves to get the right authorization result.
 	 */
+	/* NOTE: PolicyKit-gnome 0.95 now serializes auth requests as of this commit:
+	 * http://git.gnome.org/cgit/PolicyKit-gnome/commit/?id=f32cb7faa7197b9db55b569677732742c3c7fdc1
+	 */
 
 	/* If there's already an in-progress call, queue up the new one */
 	if (self->secrets_call)



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