summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Douglas Scott <idscott@system76.com>2021-06-22 19:32:16 -0700
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-07-02 19:25:39 +0000
commit6a971a74470cae27ae41882eaa8b9bc6ba8ea362 (patch)
treec07b8b054a7f2a0453fe19f1e54fcf1655b8f4a3
parent6a61f969ac075a48a1753d52dd52f1ee90b4f5f5 (diff)
downloadgnome-control-center-cherry-pick-996e46c6.tar.gz
location: Fix permission store table/idcherry-pick-996e46c6
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)
-rw-r--r--panels/location/cc-location-panel.c4
1 files 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
{