Revert "location: Fix permission store table/id"

This reverts commit 996e46c620.

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
This commit is contained in:
Georges Basile Stavracas Neto 2021-08-13 12:01:16 -03:00
parent e17dac9561
commit b7ff6aa2d5

View file

@ -27,8 +27,8 @@
#include <glib/gi18n.h> #include <glib/gi18n.h>
#define LOCATION_ENABLED "enabled" #define LOCATION_ENABLED "enabled"
#define APP_PERMISSIONS_TABLE "gnome" #define APP_PERMISSIONS_TABLE "location"
#define APP_PERMISSIONS_ID "geolocation" #define APP_PERMISSIONS_ID "location"
struct _CcLocationPanel struct _CcLocationPanel
{ {