[Xfce4-commits] <xfce4-genmon-plugin:master> Use an invisible event box window. Patch from David Schneider. Closes: #8407.
John Lindgren
noreply at xfce.org
Thu May 10 01:08:01 CEST 2012
Updating branch refs/heads/master
to 2a488de06506ff297ae6e686f5f2640e38ba9fdd (commit)
from 114f6a6fbab359da19b788497a0da163115cc822 (commit)
commit 2a488de06506ff297ae6e686f5f2640e38ba9fdd
Author: John Lindgren <john.lindgren at aol.com>
Date: Wed May 9 19:06:32 2012 -0400
Use an invisible event box window. Patch from David Schneider. Closes: #8407.
panel-plugin/main.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 4c64a13..73248f9 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -317,6 +317,8 @@ static genmon_t *genmon_create_control (XfcePanelPlugin *plugin)
strcpy (poConf->acFont, "(default)");
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