From 40980857f7ae2c5675d59901bdcb9bdf452a27ae Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Thu, 15 Jul 2010 01:18:20 -0500 Subject: Adapt to GtkNotebook signal signature changes Bug #624421 --- src/ephy-location-action.c | 2 +- src/ephy-notebook.c | 2 +- src/ephy-window.c | 4 ++-- src/pdm-dialog.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index a5c336a71..53422c15c 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -439,7 +439,7 @@ focus_out_event_cb (GtkWidget *entry, static void switch_page_cb (GtkNotebook *notebook, - GtkNotebookPage *page, + GtkWidget *page, guint page_num, GtkAction *action) { 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) { diff --git a/src/ephy-window.c b/src/ephy-window.c index e4e9e34d1..d5c751135 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -86,7 +86,7 @@ static EphyEmbed *ephy_window_open_link (EphyLink *link, EphyEmbed *embed, EphyLinkFlags flags); static void notebook_switch_page_cb (GtkNotebook *notebook, - GtkNotebookPage *page, + GtkWidget *page, guint page_num, EphyWindow *window); static void ephy_window_view_toolbar_cb (GtkAction *action, @@ -3780,7 +3780,7 @@ ephy_window_show (GtkWidget *widget) static void notebook_switch_page_cb (GtkNotebook *notebook, - GtkNotebookPage *page, + GtkWidget *page, guint page_num, EphyWindow *window) { diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index fcd755e7b..9a97a5bce 100644 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -1508,7 +1508,7 @@ pdm_dialog_password_remove (PdmActionInfo *info, static void sync_notebook_tab (GtkWidget *notebook, - GtkNotebookPage *page, + GtkWidget *page, int page_num, PdmDialog *dialog) { -- cgit v1.2.3