Deprecate GtkNotebookPage as used in switch-page

Fixes: 618327
This commit is contained in:
Christian Dywan
2010-07-13 16:49:53 +02:00
parent a5272c82a6
commit 04c54efe5c
4 changed files with 21 additions and 5 deletions

View File

@ -6681,7 +6681,7 @@ set_page_image (GtkNotebook *notebook, gint page_num, GdkPixbuf *pixbuf)
}
static void
page_switch (GtkWidget *widget, GtkNotebookPage *page, gint page_num)
page_switch (GtkWidget *widget, gpointer *page, gint page_num)
{
GtkNotebook *notebook = GTK_NOTEBOOK (widget);
gint old_page_num = gtk_notebook_get_current_page (notebook);