[Xfce4-commits] [panel-plugins/xfce4-diskperf-plugin] 03/05: Update pbar display when toggling r/w order
noreply at xfce.org
noreply at xfce.org
Sun Feb 19 12:40:57 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 d899739307addded1d274b27fce1271ac4f19a3f
Author: Landry Breuil <landry at xfce.org>
Date: Sun Feb 19 12:37:10 2017 +0100
Update pbar display when toggling r/w order
---
panel-plugin/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index a9dd315..32f73bc 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -807,6 +807,7 @@ static void ToggleRWorder (Widget_t p_w, void *p_pvPlugin)
poConf->eMonitorBarOrder = !(poConf->eMonitorBarOrder);
DBG ("%d", poConf->eMonitorBarOrder);
ResetMonitorBar (poPlugin);
+ DisplayPerf (poPlugin);
} /* ToggleRWorder() */
/**************************************************************/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list