[Xfce4-commits] <xfce4-genmon-plugin:master> Fix genmon not being initialized on startup (regression introduced by rev 5d9618659709). Closes: #7449.
John Lindgren
noreply at xfce.org
Sun Jan 1 22:18:01 CET 2012
Updating branch refs/heads/master
to 78e457ae136015a7cc2260bb4e95cc14307f450e (commit)
from 2fd3d192741de9eb97a84e8fae7db49a2dc4b0e1 (commit)
commit 78e457ae136015a7cc2260bb4e95cc14307f450e
Author: John Lindgren <john.lindgren at aol.com>
Date: Sun Jan 1 16:16:36 2012 -0500
Fix genmon not being initialized on startup (regression introduced by rev 5d9618659709). Closes: #7449.
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 0d1bdb6..3195959 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -835,6 +835,7 @@ static void genmon_construct (XfcePanelPlugin *plugin)
gtk_container_add (GTK_CONTAINER (plugin), genmon->oMonitor.wEventBox);
SetMonitorFont (genmon);
+ SetTimer (genmon);
g_signal_connect (plugin, "free-data", G_CALLBACK (genmon_free), genmon);
More information about the Xfce4-commits
mailing list