Remove all deprecated stuff from GtkContainer

This commit is contained in:
Javier Jardón
2009-11-09 09:04:57 +01:00
parent 72323e6d9a
commit 8d9e37f407
5 changed files with 2 additions and 64 deletions

View File

@ -193,9 +193,9 @@ void sigh_button_event( GtkWidget *gtklist,
/* Look for already imprisoned list items, we
* will put them back into the list.
* Remember to free the doubly linked list that
* gtk_container_children() returns
* gtk_container_get_children() returns
*/
dlist = gtk_container_children (GTK_CONTAINER (frame));
dlist = gtk_container_get_children (GTK_CONTAINER (frame));
free_list = dlist;
while (dlist) {
GtkWidget *list_item;