[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 02/03: Switch to met.no locationforecastLTS-1.2 API (bug #10916).
noreply at xfce.org
noreply at xfce.org
Mon Jun 9 19:47:43 CEST 2014
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.
commit 7df303bc5fa649299e18efeb5d4b801614030488
Author: Harald Judt <h.judt at gmx.at>
Date: Tue Jun 3 19:59:05 2014 +0200
Switch to met.no locationforecastLTS-1.2 API (bug #10916).
---
panel-plugin/weather.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index efa8559..63451fd 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -660,7 +660,7 @@ update_handler(plugin_data *data)
/* build url */
url =
g_strdup_printf("http://api.yr.no/weatherapi"
- "/locationforecastlts/1.1/?lat=%s;lon=%s;msl=%d",
+ "/locationforecastlts/1.2/?lat=%s;lon=%s;msl=%d",
data->lat, data->lon, data->msl);
/* start receive thread */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list