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

landry pushed a 
commit to branch 
master
in repository apps/xfce4-taskmanager.

commit 3d7f9fd794e48e00a5bf5b9b9b2d76d40d943dc7
Author: rim <rozhuk...@gmail.com>
Date:   Wed May 30 21:53:33 2018 +0200

    parenthesis around addition (bug 14401)
---
 src/task-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/task-manager.c b/src/task-manager.c
index 68d408e..64d19bd 100644
--- a/src/task-manager.c
+++ b/src/task-manager.c
@@ -267,7 +267,7 @@ model_update_tree_iter (XtmTaskManager *manager, 
GtkTreeIter *iter, glong timest
                XTM_PTV_COLUMN_VSZ_STR, vsz,
                XTM_PTV_COLUMN_RSS, task->rss,
                XTM_PTV_COLUMN_RSS_STR, rss,
-               XTM_PTV_COLUMN_CPU, task->cpu_user + task->cpu_system,
+               XTM_PTV_COLUMN_CPU, (task->cpu_user + task->cpu_system),
                XTM_PTV_COLUMN_CPU_STR, cpu,
                XTM_PTV_COLUMN_PRIORITY, task->prio,
                XTM_PTV_COLUMN_BACKGROUND, background,

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