[gnome-control-center] location: Fix permission store table/id
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] location: Fix permission store table/id
- Date: Fri, 2 Jul 2021 19:25:10 +0000 (UTC)
commit 996e46c620b18b209744fd56d294fe6504c67cf6
Author: Ian Douglas Scott <idscott system76 com>
Date: Tue Jun 22 19:32:16 2021 -0700
location: Fix permission store table/id
Updates to match
https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/master/js/ui/status/location.js
Should fix
https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/885.
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 cca3346ed..ab975ca15 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 "location"
-#define APP_PERMISSIONS_ID "location"
+#define APP_PERMISSIONS_TABLE "gnome"
+#define APP_PERMISSIONS_ID "geolocation"
struct _CcLocationPanel
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]