mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
assistant: Use gtk_container_remove() when removing pages
Ensures that we properly emit the "remove" signal.
This commit is contained in:
parent
3bfa69fa53
commit
1f4b524558
@ -1671,7 +1671,7 @@ gtk_assistant_remove_page (GtkAssistant *assistant,
|
||||
page = gtk_assistant_get_nth_page (assistant, page_num);
|
||||
|
||||
if (page)
|
||||
gtk_assistant_remove (GTK_CONTAINER (assistant), page);
|
||||
gtk_container_remove (GTK_CONTAINER (assistant), page);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user