[gnome-initial-setup] keyring: use correct object path



commit cb0aed75fc481a8618615c7ecee2cbfbbc704ff4
Author: Cosimo Cecchi <cosimo endlessm com>
Date:   Tue Jul 15 18:45:02 2014 -0700

    keyring: use correct object path
    
    Or we'll fail the DBus call.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733421

 gnome-initial-setup/gis-keyring.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/gis-keyring.c b/gnome-initial-setup/gis-keyring.c
index 4da4541..75f20b1 100644
--- a/gnome-initial-setup/gis-keyring.c
+++ b/gnome-initial-setup/gis-keyring.c
@@ -94,7 +94,7 @@ gis_update_login_keyring_password (const gchar *old_, const gchar *new_)
 
        g_dbus_connection_call_sync (bus,
                                      "org.gnome.keyring",
-                                     "/org/gnome/keyring",
+                                     "/org/freedesktop/secrets",
                                      "org.gnome.keyring.InternalUnsupportedGuiltRiddenInterface",
                                      "ChangeWithMasterPassword",
                                      g_variant_new ("(o@(oayays)@(oayays))",


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