[Xfce4-commits] <xfce4-weather-plugin:master> Fix compilation warning about event box.

Harald Judt noreply at xfce.org
Mon Jul 16 16:10:01 CEST 2012


Updating branch refs/heads/master
         to 1cb468a8da53cb08e5c2d2f317f25aac12d48cbd (commit)
       from 52be43e8112891df0a88bf43b5a4ea6c0028a365 (commit)

commit 1cb468a8da53cb08e5c2d2f317f25aac12d48cbd
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Jul 16 16:08:04 2012 +0200

    Fix compilation warning about event box.

 panel-plugin/weather-summary.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/weather-summary.c b/panel-plugin/weather-summary.c
index bf437cd..88e8999 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -573,7 +573,7 @@ create_forecast_tab (xfceweather_data *data, GtkWidget *window)
         else
             gtk_widget_set_size_request(GTK_WIDGET(scrolled), 700, height_max);
         ebox = gtk_event_box_new();
-        gtk_event_box_set_visible_window(ebox, TRUE);
+        gtk_event_box_set_visible_window(GTK_EVENT_BOX(ebox), TRUE);
         gtk_container_add(GTK_CONTAINER(ebox), GTK_WIDGET(scrolled));
         return ebox;
     }


More information about the Xfce4-commits mailing list