summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodelsort.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-09-09 23:54:17 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-09-09 23:54:17 +0000
commita6b824d7a4b7d8cc2aa56747ca30da5c2ddbe4ec (patch)
tree9e7e7fa679954b2fc405ba499804056d421955b8 /gtk/gtktreemodelsort.c
parent8fb6c039bbfee62cadc25238091711f2f7058985 (diff)
downloadgtk+-a6b824d7a4b7d8cc2aa56747ca30da5c2ddbe4ec.tar.gz
fix the build
svn path=/trunk/; revision=18774
Diffstat (limited to 'gtk/gtktreemodelsort.c')
-rw-r--r--gtk/gtktreemodelsort.c2
1 files changed, 1 insertions, 1 deletions
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;