summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-08-13 12:01:16 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-08-13 12:01:16 -0300
commitb7ff6aa2d543252e261d5cb564c68f1c2c73a761 (patch)
tree0216a075764d9b4dfe35a96b3f24f4f368bc43b2
parente17dac95617259aa9977cdfcde7862d6207ad859 (diff)
downloadgnome-control-center-b7ff6aa2d543252e261d5cb564c68f1c2c73a761.tar.gz
Revert "location: Fix permission store table/id"
This reverts commit 996e46c620b18b209744fd56d294fe6504c67cf6. Turns out, it was GNOME Shell who should have switched to the location table we were using. This was done at [1], so let's revert this change for GNOME 41. [1] https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1945
-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 ab975ca15..cca3346ed 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 "gnome"
-#define APP_PERMISSIONS_ID "geolocation"
+#define APP_PERMISSIONS_TABLE "location"
+#define APP_PERMISSIONS_ID "location"
struct _CcLocationPanel
{