From 31daabe5b16eae56b0753bb3074b6be487c2da3a Mon Sep 17 00:00:00 2001 From: Harald Judt Date: Wed, 16 May 2012 13:02:58 +0200 Subject: Fix transparency. Set the Gtk.EventBox invisible like other panel plugins do. --- 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); -- 1.7.8.6