[gnome-clocks] geocoding: Correct the desktop file name passed to geoclue



commit 750cf7310bb2891e25215207b484e59a8d974c7c
Author: Kalev Lember <kalevlember gmail com>
Date:   Sat Mar 15 19:09:30 2014 +0100

    geocoding: Correct the desktop file name passed to geoclue
    
    It's org.gnome.clocks.desktop these days, not gnome-clocks.desktop.

 src/geocoding.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/geocoding.vala b/src/geocoding.vala
index 34675b9..c8d3700 100644
--- a/src/geocoding.vala
+++ b/src/geocoding.vala
@@ -57,7 +57,7 @@ public interface Location : Object {
 public class Info : Object {
     public Geo.Location? geo_location { get; private set; default = null; }
 
-    private const string DESKTOP_ID = "gnome-clocks";
+    private const string DESKTOP_ID = "org.gnome.clocks";
 
     private GWeather.Location? found_location;
     private string? country_code;


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