[epiphany] Adapt to GtkNotebook signal signature changes



commit 40980857f7ae2c5675d59901bdcb9bdf452a27ae
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Thu Jul 15 01:18:20 2010 -0500

    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 a5c336a..53422c1 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 ee481fa..ed80541 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 e4e9e34..d5c7511 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 fcd755e..9a97a5b 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)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]