[epiphany/gnome-2-30] Adapt to GtkNotebook signal signature changes



commit 8935742c90deec1e2b0f05b139159f21ffba2ff1
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 38bcb1d..aa03714 100644
--- a/src/ephy-location-action.c
+++ b/src/ephy-location-action.c
@@ -441,7 +441,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 f3125d6..5ca2c17 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -87,7 +87,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_statusbar_cb       (GtkAction *action,
@@ -3981,7 +3981,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 8b1633f..ce7f7e3 100644
--- a/src/pdm-dialog.c
+++ b/src/pdm-dialog.c
@@ -1488,7 +1488,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]