[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 08/08: Set tmp variable default values

noreply at xfce.org noreply at xfce.org
Sat Apr 4 19:26:11 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 66229c4e8b3cd6e82dcc9f28b1e0d31ec7f3e786
Author: ToZ <tony.paulic at 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.


More information about the Xfce4-commits mailing list