]> spindle.queued.net Git - midori/commitdiff
Don't use GtkNotebookPage* in callback signature
authorChristian Dywan <christian@twotoasts.de>
Mon, 4 Oct 2010 20:07:41 +0000 (22:07 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 4 Oct 2010 22:04:28 +0000 (00:04 +0200)
midori/midori-browser.c

index 69be36ebf4cdb05f26887f1d4c4fceb472beb5f7..092ef518a847efb391d5fafa7a63bda95e7b78d2 100644 (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)
 {