This is an automated email from the git hooks/post-receive script.

ToZ pushed a commit 
to branch master
in repository panel-plugins/xfce4-genmon-plugin.

commit 0e7956242c9dd837c7bd9108f78dc15f8e70134e
Author: ToZ <tony.pau...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to