[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/01: Properly init power saving variable.
noreply at xfce.org
noreply at xfce.org
Mon Oct 27 17:27:22 CET 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 9e2d89bb8f2bee243cbc53e0baf81b00f9a04d0c
Author: Harald Judt <h.judt at gmx.at>
Date: Mon Oct 27 17:26:45 2014 +0100
Properly init power saving variable.
---
panel-plugin/weather.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index d3c6e72..4de36e3 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -1841,6 +1841,7 @@ xfceweather_create_control(XfcePanelPlugin *plugin)
data->forecast_days = DEFAULT_FORECAST_DAYS;
data->round = TRUE;
data->single_row = TRUE;
+ data->power_saving = TRUE;
/* Setup update infos */
init_update_infos(data);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list