mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Add a space
This commit is contained in:
parent
41a5b89d5b
commit
743c6be7e4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user