mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Fix the build
This commit is contained in:
parent
db28b8c600
commit
4ef0c34b65
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user