From a6b824d7a4b7d8cc2aa56747ca30da5c2ddbe4ec Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 9 Sep 2007 23:54:17 +0000 Subject: [PATCH] fix the build svn path=/trunk/; revision=18774 --- gtk/gtktreemodelsort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktreemodelsort.c b/gtk/gtktreemodelsort.c index 9cdfb65c71..0887c3ed3e 100644 --- a/gtk/gtktreemodelsort.c +++ b/gtk/gtktreemodelsort.c @@ -807,7 +807,7 @@ gtk_tree_model_sort_rows_reordered (GtkTreeModel *s_model, g_return_if_fail (new_order != NULL); - if (s_path == NULL || gtk_tree_path_get_depth (s_path) = 0) + if (s_path == NULL || gtk_tree_path_get_depth (s_path) == 0) { if (tree_model_sort->root == NULL) return;