[Xfce4-commits] [apps/xfce4-taskmanager] 17/20: parenthesis around addition (bug 14401)
noreply at xfce.org
noreply at xfce.org
Wed May 30 22:00:31 CEST 2018
This is an automated email from the git hooks/post-receive script.
l a n d r y 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 apps/xfce4-taskmanager.
commit 3d7f9fd794e48e00a5bf5b9b9b2d76d40d943dc7
Author: rim <rozhuk.im at 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.
More information about the Xfce4-commits
mailing list