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 e8b4fa49bbb0bba59d5261face8deb63772ff81b
Author: rim <rozhuk...@gmail.com>
Date:   Wed May 30 21:47:59 2018 +0200

    xtm_process_tree_model_get_value returns void (bug 14401)
---
 src/process-tree-model.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/process-tree-model.c b/src/process-tree-model.c
index deb2ed3..4334c25 100644
--- a/src/process-tree-model.c
+++ b/src/process-tree-model.c
@@ -260,7 +260,7 @@ xtm_process_tree_model_get_value (GtkTreeModel *model, 
GtkTreeIter *iter, gint c
        /* Use path for non-persistent models */
        if (lnk->path)
                gtk_tree_model_get_iter (model, iter, lnk->path);
-       return gtk_tree_model_get_value (model, iter, column, value);
+       gtk_tree_model_get_value (model, iter, column, value);
 }
 
 static gboolean

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