Update callers

This commit is contained in:
Matthias Clasen 2006-06-08 01:08:16 +00:00
parent 7843d8b478
commit f9d3a6aba2
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2006-06-07 Matthias Clasen <mclasen@redhat.com>
* tests/testnotebookdnd.c: Update callers.
* gtk/gtknotebook.h:
* gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
Add a destroy notify for the callback data. (#344209,

View File

@ -1,5 +1,7 @@
2006-06-07 Matthias Clasen <mclasen@redhat.com>
* tests/testnotebookdnd.c: Update callers.
* gtk/gtknotebook.h:
* gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
Add a destroy notify for the callback data. (#344209,

View File

@ -212,7 +212,7 @@ main (gint argc, gchar *argv[])
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
table = gtk_table_new (3, 2, FALSE);
gtk_notebook_set_window_creation_hook (window_creation_function, NULL);
gtk_notebook_set_window_creation_hook (window_creation_function, NULL, NULL);
gtk_table_attach_defaults (GTK_TABLE (table),
create_notebook (tabs1, GROUP_A, PACK_START, GTK_POS_TOP),