shell: Fix build with recent GTK+ deprecations

GtkNotebookPage has been deprecated and the prototype of the
GtkNotebook::switch-page signal has changed.
This commit is contained in:
Thomas Wood 2010-07-14 12:02:03 +01:00
parent 0802b8f1b3
commit ce2f25082a

View file

@ -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)
{