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 66229c4e8b3cd6e82dcc9f28b1e0d31ec7f3e786
Author: ToZ <tony.pau...@gmail.com>
Date:   Sat Apr 4 13:21:55 2020 -0400

    Set tmp variable default values
---
 panel-plugin/main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 6f74014..2977fa2 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -334,8 +334,10 @@ static genmon_t *genmon_create_control (XfcePanelPlugin 
*plugin)
     poConf->acTitle = g_strdup ("(genmon)");
 
     poConf->fTitleDisplayed = 1;
+    poConf->fTitleDisplayedtmp = 1;
 
     poConf->iPeriod_ms = 30 * 1000;
+    poConf->iPeriod_mstmp = 30 * 1000;
     poPlugin->iTimerId = 0;
 
     // PangoFontDescription needs a font and we can't use "(Default)" anymore.

-- 
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