[gnome-maps] sendToDialog: Fix Weather app ID



commit 7a9d71c56601cf52101244d9100c1619e0d26f9b
Author: James Westman <flyingpimonster flyingpimonster net>
Date:   Tue Jun 4 20:31:39 2019 -0500

    sendToDialog: Fix Weather app ID
    
    In gnome-weather, in commit 9f7f5a68, the app ID was changed to
    `org.gnome.Weather`. This needs to be reflected in Maps, or the Weather
    option will not work.
    
    Part of the share dialog overhaul, #167.

 src/sendToDialog.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/sendToDialog.js b/src/sendToDialog.js
index bda661d..8dd3924 100644
--- a/src/sendToDialog.js
+++ b/src/sendToDialog.js
@@ -28,7 +28,7 @@ const Soup = imports.gi.Soup;
 const PlaceFormatter = imports.placeFormatter;
 const Utils = imports.utils;
 
-const _WEATHER_APPID = 'org.gnome.Weather.Application';
+const _WEATHER_APPID = 'org.gnome.Weather';
 const _CLOCKS_APPID = 'org.gnome.clocks';
 
 var Response = {


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