[gnome-control-center/gnome-3-20] privacy: Update for PermissionStore DBus API changes



commit 9264a9574173bc9d65963b85c285aaa949bc3e6c
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon May 30 21:30:38 2016 +0100

    privacy: Update for PermissionStore DBus API changes
    
    As xdg-app has been renamed to Flatpak, the permission store's bus name
    and interface name have been changes as well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766603

 panels/privacy/cc-privacy-panel.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/panels/privacy/cc-privacy-panel.c b/panels/privacy/cc-privacy-panel.c
index 2629829..a2f282d 100644
--- a/panels/privacy/cc-privacy-panel.c
+++ b/panels/privacy/cc-privacy-panel.c
@@ -835,9 +835,9 @@ add_location (CcPrivacyPanel *self)
   g_dbus_proxy_new_for_bus (G_BUS_TYPE_SESSION,
                             G_DBUS_PROXY_FLAGS_NONE,
                             NULL,
-                            "org.freedesktop.XdgApp",
-                            "/org/freedesktop/XdgApp/PermissionStore",
-                            "org.freedesktop.XdgApp.PermissionStore",
+                            "org.freedesktop.impl.portal.PermissionStore",
+                            "/org/freedesktop/impl/portal/PermissionStore",
+                            "org.freedesktop.impl.portal.PermissionStore",
                             priv->cancellable,
                             on_perm_store_ready,
                             self);


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