[gsettings-desktop-schemas] Revert "location: Assign values to accuracy level enums"



commit ed0fbe157a56c7cf24220a41a437f0b781818be7
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 8 20:04:53 2014 +0200

    Revert "location: Assign values to accuracy level enums"
    
    As per https://bugzilla.gnome.org/show_bug.cgi?id=736272#c12
    
    This reverts commit 29dd1f8ba4f3f534406baf31f3987c608d133cf9.

 headers/gdesktop-enums.h |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/headers/gdesktop-enums.h b/headers/gdesktop-enums.h
index 8a082ad..2b0e181 100644
--- a/headers/gdesktop-enums.h
+++ b/headers/gdesktop-enums.h
@@ -155,16 +155,11 @@ typedef enum
 
 typedef enum
 {
-    /* Corresponds to GCLUE_ACCURACY_LEVEL_COUNTRY */
-    G_DESKTOP_LOCATION_ACCURACY_LEVEL_COUNTRY = 1,
-    /* Corresponds to GCLUE_ACCURACY_LEVEL_CITY */
-    G_DESKTOP_LOCATION_ACCURACY_LEVEL_CITY = 4,
-    /* Corresponds to GCLUE_ACCURACY_LEVEL_NEIGHBORHOOD */
-    G_DESKTOP_LOCATION_ACCURACY_LEVEL_NEIGHBORHOOD = 5,
-    /* Corresponds to GCLUE_ACCURACY_LEVEL_STREET */
-    G_DESKTOP_LOCATION_ACCURACY_LEVEL_STREET = 6,
-    /* Corresponds to GCLUE_ACCURACY_LEVEL_EXACT */
-    G_DESKTOP_LOCATION_ACCURACY_LEVEL_EXACT = 8
+    G_DESKTOP_LOCATION_ACCURACY_LEVEL_COUNTRY,
+    G_DESKTOP_LOCATION_ACCURACY_LEVEL_CITY,
+    G_DESKTOP_LOCATION_ACCURACY_LEVEL_NEIGHBORHOOD,
+    G_DESKTOP_LOCATION_ACCURACY_LEVEL_STREET,
+    G_DESKTOP_LOCATION_ACCURACY_LEVEL_EXACT
 } GDesktopLocationAccuracyLevel;
 
 #endif /* __gdesktop_enums_h__ */


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