[Xfce4-commits] [panel-plugins/xfce4-diskperf-plugin] 05/05: add some debug calls for tracing
noreply at xfce.org
noreply at xfce.org
Sun Feb 19 12:40:59 CET 2017
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-diskperf-plugin.
commit c6fe9e6c6d40c77630b8e0f7d6698381658d6a8a
Author: Landry Breuil <landry at xfce.org>
Date: Sun Feb 19 12:40:46 2017 +0100
add some debug calls for tracing
---
panel-plugin/main.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index bccbbcf..64b3dc4 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -356,6 +356,7 @@ static int SetMonitorBarColor (struct diskperf_t *p_poPlugin)
struct diskperf_t *poPlugin = p_poPlugin;
struct param_t *poConf = &(poPlugin->oConf.oParam);
+ DBG("!");
if (poConf->fRW_DataCombined)
SetSingleBarColor (p_poPlugin, RW_DATA);
else {
@@ -373,6 +374,7 @@ static int ResetMonitorBar (struct diskperf_t *p_poPlugin)
struct diskperf_t *poPlugin = p_poPlugin;
struct param_t *poConf = &(poPlugin->oConf.oParam);
struct monitor_t *poMonitor = &(poPlugin->oMonitor);
+ DBG("!");
poMonitor->aoPerfBar[R_DATA].pwBar =
poMonitor->awProgressBar + (poConf->eMonitorBarOrder == WR_ORDER);
@@ -399,6 +401,7 @@ static int CreateMonitorBars (struct diskperf_t *p_poPlugin,
struct monitor_t *poMonitor = &(poPlugin->oMonitor);
Widget_t *pwBar;
int i;
+ DBG("!");
poMonitor->wBox = gtk_box_new (p_iOrientation, 0);
gtk_widget_show (poMonitor->wBox);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list