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:
parent
0802b8f1b3
commit
ce2f25082a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue