[Xfce4-commits] <xfce4-genmon-plugin:master> Fix transparency with the 4.8 panel
Florian Rivoal
noreply at xfce.org
Sat Feb 26 10:14:06 CET 2011
Updating branch refs/heads/master
to 305b7c8285b4c60dff50d3c6b235c909bff5ae37 (commit)
from 3be074e9fc8cf1ad6e263a9679dd4d7b9a3d6538 (commit)
commit 305b7c8285b4c60dff50d3c6b235c909bff5ae37
Author: Florian Rivoal <frivoal at xfce.org>
Date: Sat Feb 26 13:41:05 2011 +0900
Fix transparency with the 4.8 panel
Fixes bug #7343.
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 3d25cc8..f59886e 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -747,6 +747,7 @@ static void genmon_set_orientation (XfcePanelPlugin *plugin,
(poMonitor->wBox), BORDER);
gtk_container_add (GTK_CONTAINER (poMonitor->wEventBox),
poMonitor->wBox);
+ gtk_event_box_set_visible_window(poMonitor->wEventBox, FALSE);
poMonitor->wTitle = gtk_label_new (poConf->acTitle);
if (poConf->fTitleDisplayed)
More information about the Xfce4-commits
mailing list