[Xfce4-commits] <xfce4-weather-plugin:master> Make single row default for new plugin instances.
Harald Judt
noreply at xfce.org
Tue Mar 5 17:22:01 CET 2013
Updating branch refs/heads/master
to 652946f85a33ec041500e4b00135cc74f8056503 (commit)
from 808242e32c2ce0708463cb47075b3becdef44c1c (commit)
commit 652946f85a33ec041500e4b00135cc74f8056503
Author: Harald Judt <h.judt at gmx.at>
Date: Tue Mar 5 17:19:41 2013 +0100
Make single row default for new plugin instances.
Not sure why it doesn't get set; reading config file should actually
take care of the missing value.
panel-plugin/weather.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index 9a88bc4..b078d9f 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -1770,6 +1770,7 @@ xfceweather_create_control(XfcePanelPlugin *plugin)
data->forecast_layout = FC_LAYOUT_LIST;
data->forecast_days = DEFAULT_FORECAST_DAYS;
data->round = TRUE;
+ data->single_row = TRUE;
/* Setup update infos */
init_update_infos(data);
More information about the Xfce4-commits
mailing list