diff options
author | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2021-08-13 12:01:16 -0300 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2021-08-13 12:01:16 -0300 |
commit | b7ff6aa2d543252e261d5cb564c68f1c2c73a761 (patch) | |
tree | 0216a075764d9b4dfe35a96b3f24f4f368bc43b2 /panels/location | |
parent | e17dac95617259aa9977cdfcde7862d6207ad859 (diff) | |
download | gnome-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
Diffstat (limited to 'panels/location')
-rw-r--r-- | panels/location/cc-location-panel.c | 4 |
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 { |