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:
parent
e17dac9561
commit
b7ff6aa2d5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue