From f9d3a6aba2a81782a26f7745f9f0cba8a4365280 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 Jun 2006 01:08:16 +0000 Subject: [PATCH] Update callers --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ tests/testnotebookdnd.c | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 643faada3..913a8209c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-06-07 Matthias Clasen + * 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, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 643faada3..913a8209c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2006-06-07 Matthias Clasen + * 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, diff --git a/tests/testnotebookdnd.c b/tests/testnotebookdnd.c index 39d72b822..796ec4709 100644 --- a/tests/testnotebookdnd.c +++ b/tests/testnotebookdnd.c @@ -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), -- 2.43.2