[gnome-shell] location: Put app permission in GNOME table



commit 4eb6c0c4eef9bb4522093c40ba1e0c9ef8a47ed5
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Feb 22 22:43:49 2016 +0000

    location: Put app permission in GNOME table
    
    Alex told me that since it's not geoclue but rather GNOME-components
    storing/accessing app permissions, it's better if we put it under
    'gnome' rather than generic 'desktop' table.

 js/ui/status/location.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/location.js b/js/ui/status/location.js
index b08e914..6662308 100644
--- a/js/ui/status/location.js
+++ b/js/ui/status/location.js
@@ -17,7 +17,7 @@ const LOCATION_SCHEMA = 'org.gnome.system.location';
 const MAX_ACCURACY_LEVEL = 'max-accuracy-level';
 const ENABLED = 'enabled';
 
-const APP_PERMISSIONS_TABLE = 'desktop';
+const APP_PERMISSIONS_TABLE = 'gnome';
 const APP_PERMISSIONS_ID = 'geolocation';
 
 const GeoclueAccuracyLevel = {


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