[Xfce4-commits] <xfce4-diskperf-plugin:master> Fix transparency (bug #8892).

Landry Breuil noreply at xfce.org
Wed May 16 20:56:01 CEST 2012


Updating branch refs/heads/master
         to 2062b48a4f93a09210ea51a07a14ecd66ea2eef0 (commit)
       from 39bdecb2b8788b2193acec6fb82ff60597201812 (commit)

commit 2062b48a4f93a09210ea51a07a14ecd66ea2eef0
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed May 16 13:02:58 2012 +0200

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

 panel-plugin/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 7efbc7e..c5f71c1 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -474,6 +474,7 @@ static diskperf_t *diskperf_create_control (XfcePanelPlugin *plugin)
     poPlugin->oMonitor.oPrevPerf.timestamp_ns = 0;
 
     poMonitor->wEventBox = gtk_event_box_new ();
+    gtk_event_box_set_visible_window(GTK_EVENT_BOX(poMonitor->wEventBox), FALSE);
     gtk_widget_show (poMonitor->wEventBox);
 
     xfce_panel_plugin_add_action_widget (plugin, poMonitor->wEventBox);


More information about the Xfce4-commits mailing list