changeset 32688:295e8b7bb0b5

It appears that GtkNotebookPage is deprecated, though the 'switch-page' signal that uses it doesn't seem to have a replacement. Anyway, we don't use that parameter, so we can just leave it as a generic widget.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 09 Oct 2011 03:40:34 +0000
parents d6b0dc1fe13b
children 737733593a29
files pidgin/gtkscrollbook.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkscrollbook.c	Sun Oct 09 03:35:22 2011 +0000
+++ b/pidgin/gtkscrollbook.c	Sun Oct 09 03:40:34 2011 +0000
@@ -147,7 +147,7 @@
 }
 
 static void
-switch_page_cb(GtkNotebook *notebook, GtkNotebookPage *page, guint page_num, PidginScrollBook *scroll_book)
+switch_page_cb(GtkNotebook *notebook, GtkWidget *page, guint page_num, PidginScrollBook *scroll_book)
 {
 	int count;
 	count = gtk_notebook_get_n_pages(GTK_NOTEBOOK(scroll_book->notebook));