Fix the build

This commit is contained in:
Matthias Clasen 2015-03-22 11:55:33 -04:00
parent db28b8c600
commit 4ef0c34b65

View File

@ -344,11 +344,13 @@ gtk_search_bar_get_property (GObject *object,
}
}
static void gtk_search_bar_set_entry (GtkSearchBar *bar,
GtkEntry *entry);
static void
gtk_search_bar_dispose (GObject *object)
{
GtkSearchBar *bar = GTK_SEARCH_BAR (object);
GtkSearchBarPrivate *priv = gtk_search_bar_get_instance_private (bar);
gtk_search_bar_set_entry (bar, NULL);