diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-09-09 23:54:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-09-09 23:54:17 +0000 |
commit | a6b824d7a4b7d8cc2aa56747ca30da5c2ddbe4ec (patch) | |
tree | 9e7e7fa679954b2fc405ba499804056d421955b8 /gtk | |
parent | 8fb6c039bbfee62cadc25238091711f2f7058985 (diff) | |
download | gtk+-a6b824d7a4b7d8cc2aa56747ca30da5c2ddbe4ec.tar.gz |
fix the build
svn path=/trunk/; revision=18774
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtktreemodelsort.c | 2 |
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; |