diff options
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r-- | src/ephy-notebook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index ee481fa4a..ed80541b0 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -329,7 +329,7 @@ button_press_cb (EphyNotebook *notebook, static void ephy_notebook_switch_page_cb (GtkNotebook *notebook, - GtkNotebookPage *page, + GtkWidget *page, guint page_num, gpointer data) { |