[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/01: Increase weather download interval to one hour.

noreply at xfce.org noreply at xfce.org
Fri Oct 24 17:21:53 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 1d47d322900672104d483dad9a0f24e041d97af2
Author: Harald Judt <h.judt at gmx.at>
Date:   Fri Oct 24 16:28:34 2014 +0200

    Increase weather download interval to one hour.
---
 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 97c88b4..8ee4de0 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -220,7 +220,7 @@ init_update_infos(plugin_data *data)
         g_slice_free(update_info, data->conditions_update);
 
     data->astro_update = make_update_info(24 * 3600);
-    data->weather_update = make_update_info(20 * 60);
+    data->weather_update = make_update_info(60 * 60);
     data->conditions_update = make_update_info(5 * 60);
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list