Add a space

This commit is contained in:
Johan Dahlin 2006-05-29 21:51:01 +00:00
parent 41a5b89d5b
commit 743c6be7e4

View File

@ -12771,7 +12771,7 @@ gtk_tree_view_set_search_equal_func (GtkTreeView *tree_view,
GtkDestroyNotify search_destroy)
{
g_return_if_fail (GTK_IS_TREE_VIEW (tree_view));
g_return_if_fail (search_equal_func !=NULL);
g_return_if_fail (search_equal_func != NULL);
if (tree_view->priv->search_destroy)
(* tree_view->priv->search_destroy) (tree_view->priv->search_user_data);