[libgnome-keyring] Send interface name when setting item attributes.



commit c4154fa4195b0170f09fd04450ce97fc915752a2
Author: Stef Walter <stef memberwebs com>
Date:   Sat Dec 12 22:17:33 2009 +0000

    Send interface name when setting item attributes.

 library/gnome-keyring.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/library/gnome-keyring.c b/library/gnome-keyring.c
index 40e6c3b..14276b2 100644
--- a/library/gnome-keyring.c
+++ b/library/gnome-keyring.c
@@ -3172,6 +3172,8 @@ item_set_attributes_prepare (const gchar *path, GnomeKeyringAttributeList *attrs
 	                                    DBUS_INTERFACE_PROPERTIES, "Set");
 
 	dbus_message_iter_init_append (req, &iter);
+	string = ITEM_INTERFACE;
+	dbus_message_iter_append_basic (&iter, DBUS_TYPE_STRING, &string);
 	string = "Attributes";
 	dbus_message_iter_append_basic (&iter, DBUS_TYPE_STRING, &string);
 	dbus_message_iter_open_container (&iter, DBUS_TYPE_VARIANT, "a{ss}", &variant);



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