[gnome-keyring] Use the right introspection string for Secret.Service iface



commit 5dccbe88eb94eea9934e2b7c83e818bd21be4fd2
Author: Raul Gutierrez Segales <rgs itevenworks net>
Date:   Sun May 13 17:26:32 2012 -0700

    Use the right introspection string for Secret.Service iface
    
    We were passing the wrong data parameter to gkd_dbus_introspect_handle
    and displaying the wrong interface information in d-feet.

 daemon/dbus/gkd-secret-service.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/dbus/gkd-secret-service.c b/daemon/dbus/gkd-secret-service.c
index 39b4c9a..de57446 100644
--- a/daemon/dbus/gkd-secret-service.c
+++ b/daemon/dbus/gkd-secret-service.c
@@ -849,7 +849,7 @@ service_introspect (GkdSecretService *self,
 
 	g_ptr_array_add (names, NULL);
 
-	reply = gkd_dbus_introspect_handle (message, gkd_secret_introspect_collection,
+	reply = gkd_dbus_introspect_handle (message, gkd_secret_introspect_service,
 	                                    (const gchar **)names->pdata);
 
 	g_ptr_array_unref (names);



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