[gnome-nettool] GtkNotebookPage has been removed in GTK+ (aa017fa)



commit 949aad06c3957f13cfc5f07c839f76085c68a4c1
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat Jul 17 10:49:55 2010 +0200

    GtkNotebookPage has been removed in GTK+ (aa017fa)

 src/callbacks.c |    2 +-
 src/callbacks.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/callbacks.c b/src/callbacks.c
index 92b95b2..6c7e957 100644
--- a/src/callbacks.c
+++ b/src/callbacks.c
@@ -424,7 +424,7 @@ on_clear_history_activate (gpointer notebook, GtkWidget *menu_item)
 
 void
 on_page_switch (GtkNotebook     * notebook,
-		GtkNotebookPage * page,
+		gpointer          page,
 		guint             page_num,
 		gpointer          data)
 {
diff --git a/src/callbacks.h b/src/callbacks.h
index cf7607b..774d64b 100644
--- a/src/callbacks.h
+++ b/src/callbacks.h
@@ -32,7 +32,7 @@ void on_copy_activate (gpointer notebook, GtkWidget *menu_item);
 void on_clear_history_activate (gpointer notebook, GtkWidget *menu_item);
 
 void on_page_switch (GtkNotebook     *notebook,
-                     GtkNotebookPage *page,
+                     gpointer         page,
                      guint            page_num,
                      gpointer         data);
 



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