[Xfce4-commits] <xfce4-weather-plugin:master> Default to verbose tooltip style on plugin construction.

Harald Judt noreply at xfce.org
Tue Nov 27 16:46:40 CET 2012


Updating branch refs/heads/master
         to 8a1e38cc3b84bbf271a5564da46f1a214fe40d85 (commit)
       from f17ba8c716dc2d11031bac86675fd8f603de5c10 (commit)

commit 8a1e38cc3b84bbf271a5564da46f1a214fe40d85
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Nov 26 22:10:04 2012 +0100

    Default to verbose tooltip style on plugin construction.

 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 faee7ec..f441074 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -1015,6 +1015,7 @@ xfceweather_create_control(XfcePanelPlugin *plugin)
     data->show_scrollbox = TRUE;
     data->scrollbox_lines = 1;
     data->scrollbox_animate = TRUE;
+    data->tooltip_style = TOOLTIP_VERBOSE;
     data->forecast_days = DEFAULT_FORECAST_DAYS;
     data->round = TRUE;
 


More information about the Xfce4-commits mailing list