[Xfce4-commits] <xfce4-battery-plugin:master> Fix transparency
Florian Rivoal
noreply at xfce.org
Sat Feb 26 15:14:01 CET 2011
Updating branch refs/heads/master
to 0b52f89a640780540658316f8dd427d1953f4a4e (commit)
from f4a68f05e838291d1ddcb60f7c719873bfd57d27 (commit)
commit 0b52f89a640780540658316f8dd427d1953f4a4e
Author: Florian Rivoal <frivoal at xfce.org>
Date: Sat Feb 26 22:39:55 2011 +0900
Fix transparency
Fixes bug #7056.
panel-plugin/battery.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/panel-plugin/battery.c b/panel-plugin/battery.c
index e5e1d12..a4eebf7 100644
--- a/panel-plugin/battery.c
+++ b/panel-plugin/battery.c
@@ -775,6 +775,7 @@ battmon_create(XfcePanelPlugin *plugin)
battmon->low = FALSE;
battmon->critical = FALSE;
battmon->ebox = gtk_event_box_new();
+ gtk_event_box_set_visible_window(battmon->ebox, FALSE);
setup_battmon(battmon, xfce_panel_plugin_get_orientation (plugin));
battmon->timeoutid = 0;
battmon->flag = FALSE;
More information about the Xfce4-commits
mailing list