fix the build

svn path=/trunk/; revision=18774
This commit is contained in:
Matthias Clasen 2007-09-09 23:54:17 +00:00
parent 8fb6c039bb
commit a6b824d7a4

View File

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