[nautilus/gnome-2-32] Don't use deprecated GtkNotebookPage



commit d81cde6f4375c896d834643535d9686ec7ae9ad7
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Aug 18 13:15:42 2010 +0200

    Don't use deprecated GtkNotebookPage

 src/nautilus-navigation-window-pane.c |    2 +-
 src/nautilus-side-pane.c              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-navigation-window-pane.c b/src/nautilus-navigation-window-pane.c
index 65359cf..68662aa 100644
--- a/src/nautilus-navigation-window-pane.c
+++ b/src/nautilus-navigation-window-pane.c
@@ -458,7 +458,7 @@ notebook_popup_menu_cb (GtkWidget *widget,
 
 static gboolean
 notebook_switch_page_cb (GtkNotebook *notebook,
-			 GtkNotebookPage *page,
+			 GtkWidget *page,
 			 unsigned int page_num,
 			 NautilusNavigationWindowPane *pane)
 {
diff --git a/src/nautilus-side-pane.c b/src/nautilus-side-pane.c
index 23dbb23..d8e0f6a 100644
--- a/src/nautilus-side-pane.c
+++ b/src/nautilus-side-pane.c
@@ -90,7 +90,7 @@ side_panel_free (SidePanel *panel)
 
 static void
 switch_page_callback (GtkWidget *notebook,
-		      GtkNotebookPage *page,
+		      GtkWidget *page,
 		      guint page_num,
 		      gpointer user_data)
 {



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