Updating branch refs/heads/master
         to 652946f85a33ec041500e4b00135cc74f8056503 (commit)
       from 808242e32c2ce0708463cb47075b3becdef44c1c (commit)

commit 652946f85a33ec041500e4b00135cc74f8056503
Author: Harald Judt <[email protected]>
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);
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to