[gnome-shell] weather: Pass providers after application-id and contact-info
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] weather: Pass providers after application-id and contact-info
- Date: Thu, 14 Jan 2021 20:39:29 +0000 (UTC)
commit c5e5514c51de3bad5c283336e8ef5f059927eda2
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Jan 14 16:47:52 2021 -0300
weather: Pass providers after application-id and contact-info
It now requires both application-id and contact-info to properly
set the enabled providers.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1571>
js/misc/weather.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/misc/weather.js b/js/misc/weather.js
index a8b8f6cacd..f617d82819 100644
--- a/js/misc/weather.js
+++ b/js/misc/weather.js
@@ -73,9 +73,9 @@ var WeatherClient = class {
GWeather.Provider.MET_NO |
GWeather.Provider.OWM;
this._weatherInfo = new GWeather.Info({
- enabled_providers: providers,
application_id: 'org.gnome.Shell',
contact_info: 'https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/master/gnome-shell.doap',
+ enabled_providers: providers,
});
this._weatherInfo.connect_after('updated', () => {
this._lastUpdate = GLib.DateTime.new_now_local();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]