cpw.qulogic.gtk3: e096e79b: It appears that GtkNotebookPage is depre...
qulogic at pidgin.im
qulogic at pidgin.im
Sun Oct 9 04:34:55 EDT 2011
----------------------------------------------------------------------
Revision: e096e79b8821a9157950853e848d8ecfc191a29a
Parent: bf094b9d16ac1d850f3d14fac0c1a91f22e12db6
Author: qulogic at pidgin.im
Date: 10/08/11 23:40:34
Branch: im.pidgin.cpw.qulogic.gtk3
URL: http://d.pidgin.im/viewmtn/revision/info/e096e79b8821a9157950853e848d8ecfc191a29a
Changelog:
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.
Changes against parent bf094b9d16ac1d850f3d14fac0c1a91f22e12db6
patched pidgin/gtkscrollbook.c
-------------- next part --------------
============================================================
--- pidgin/gtkscrollbook.c 937b264a42c9cb5ff2d0e15c067d04db9e241c3f
+++ pidgin/gtkscrollbook.c 5afe519462e2fbba27e2f5a8b7104e883f426969
@@ -147,7 +147,7 @@ static void
}
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));
More information about the Commits
mailing list