Don't use GtkNotebookPage* in callback signature

This commit is contained in:
Christian Dywan 2010-10-04 22:07:41 +02:00
parent cd783acee0
commit 80e1c4149c

View file

@ -4708,7 +4708,7 @@ midori_panel_close_cb (MidoriPanel* panel,
static void
gtk_notebook_switch_page_cb (GtkWidget* notebook,
GtkNotebookPage* page,
gpointer page,
guint page_num,
MidoriBrowser* browser)
{
@ -4727,7 +4727,7 @@ gtk_notebook_switch_page_cb (GtkWidget* notebook,
static void
gtk_notebook_switch_page_after_cb (GtkWidget* notebook,
GtkNotebookPage* page,
gpointer page,
guint page_num,
MidoriBrowser* browser)
{