From ce2f25082abdf2adf4fba7bbe67733ae880409bf Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Wed, 14 Jul 2010 12:02:03 +0100 Subject: [PATCH] shell: Fix build with recent GTK+ deprecations GtkNotebookPage has been deprecated and the prototype of the GtkNotebook::switch-page signal has changed. --- shell/gnome-control-center.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/gnome-control-center.c b/shell/gnome-control-center.c index ee5e2b760..0db4584f2 100644 --- a/shell/gnome-control-center.c +++ b/shell/gnome-control-center.c @@ -668,7 +668,7 @@ home_button_clicked_cb (GtkButton *button, static void notebook_switch_page_cb (GtkNotebook *book, - GtkNotebookPage *page, + GtkWidget *child, gint page_num, GnomeControlCenterPrivate *priv) {