[Xfce4-commits] [apps/xfce4-taskmanager] 10/20: xtm_process_tree_model_get_value returns void (bug 14401)

noreply at xfce.org noreply at xfce.org
Wed May 30 22:00:24 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 e8b4fa49bbb0bba59d5261face8deb63772ff81b
Author: rim <rozhuk.im at 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.


More information about the Xfce4-commits mailing list