[Xfce4-commits] <xfce4-time-out-plugin:master> Fix transparency (bug #8747).

Landry Breuil noreply at xfce.org
Wed May 16 21:04:01 CEST 2012


Updating branch refs/heads/master
         to 5f802c26355640421f9bb0e476f1460152a66489 (commit)
       from 32c062eaa5299b9385a15c6b3a74ef9ffd0e32cc (commit)

commit 5f802c26355640421f9bb0e476f1460152a66489
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed May 16 13:37:23 2012 +0200

    Fix transparency (bug #8747).
    
    Set the Gtk.EventBox invisible like other panel plugins do.
    
    Signed-off-by: Landry Breuil <landry at xfce.org>

 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 */


More information about the Xfce4-commits mailing list