[gnome-control-center/cherry-pick-996e46c6] location: Fix permission store table/id




commit 6a971a74470cae27ae41882eaa8b9bc6ba8ea362
Author: Ian Douglas Scott <idscott system76 com>
Date:   Tue Jun 22 19:32:16 2021 -0700

    location: Fix permission store table/id
    
    Updates to match
    https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/master/js/ui/status/location.js
    
    Should fix
    https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/885.
    
    
    (cherry picked from commit 996e46c620b18b209744fd56d294fe6504c67cf6)

 panels/location/cc-location-panel.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/location/cc-location-panel.c b/panels/location/cc-location-panel.c
index cca3346ed..ab975ca15 100644
--- a/panels/location/cc-location-panel.c
+++ b/panels/location/cc-location-panel.c
@@ -27,8 +27,8 @@
 #include <glib/gi18n.h>
 
 #define LOCATION_ENABLED "enabled"
-#define APP_PERMISSIONS_TABLE "location"
-#define APP_PERMISSIONS_ID "location"
+#define APP_PERMISSIONS_TABLE "gnome"
+#define APP_PERMISSIONS_ID "geolocation"
 
 struct _CcLocationPanel
 {


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