From a84541f152e4044c573e728add00fdb3e3e4e67c Mon Sep 17 00:00:00 2001 From: Harald Judt Date: Wed, 16 May 2012 13:37:23 +0200 Subject: Fix transparency. Set the Gtk.EventBox invisible like other panel plugins do. --- panel-plugin/time-out.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/panel-plugin/time-out.c b/panel-plugin/time-out.c index cc204b7..2544f01 100644 --- a/panel-plugin/time-out.c +++ b/panel-plugin/time-out.c @@ -189,6 +189,7 @@ time_out_new (XfcePanelPlugin *plugin) /* Create event box to catch user events */ time_out->ebox = gtk_event_box_new (); + gtk_event_box_set_visible_window(GTK_EVENT_BOX(time_out->ebox), FALSE); gtk_widget_show (time_out->ebox); /* Create flexible box which can do both, horizontal and vertical layout */ -- 1.7.8.6