[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 01/01: Fix label sometimes re-appearing
noreply at xfce.org
noreply at xfce.org
Tue Apr 7 02:21:08 CEST 2020
This is an automated email from the git hooks/post-receive script.
T o Z p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-genmon-plugin.
commit 0e7956242c9dd837c7bd9108f78dc15f8e70134e
Author: ToZ <tony.paulic at gmail.com>
Date: Mon Apr 6 20:20:54 2020 -0400
Fix label sometimes re-appearing
---
panel-plugin/main.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 0380b20..98b66ec 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -333,8 +333,7 @@ static genmon_t *genmon_create_control (XfcePanelPlugin *plugin)
poConf->acCmd = g_strdup ("");
poConf->acTitle = g_strdup ("(genmon)");
- poConf->fTitleDisplayed = 1;
- poConf->fTitleDisplayedtmp = 1;
+ poConf->fTitleDisplayedtmp = poConf->fTitleDisplayed;
poConf->iPeriod_ms = 30 * 1000;
poConf->iPeriod_mstmp = 30 * 1000;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list