[gnome-control-center/gbsneto/revert-location-table] Revert "location: Fix permission store table/id"




commit b7ff6aa2d543252e261d5cb564c68f1c2c73a761
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Aug 13 12:01:16 2021 -0300

    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

 panels/location/cc-location-panel.c | 4 ++--
 1 file 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
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]