shell: Update test-notebook for API change

This commit is contained in:
Bastien Nocera 2012-06-11 14:26:45 +01:00
parent 56bd29ebf3
commit 0fdecb67c3

View file

@ -18,7 +18,7 @@ goto_page (GtkButton *button,
else if (target > NUM_PAGES) else if (target > NUM_PAGES)
target = 1; target = 1;
widget = g_hash_table_lookup (pages, GINT_TO_POINTER (target)); widget = g_hash_table_lookup (pages, GINT_TO_POINTER (target));
cc_notebook_select_page (CC_NOTEBOOK (notebook), widget); cc_notebook_select_page (CC_NOTEBOOK (notebook), widget, TRUE);
} }
static GtkWidget * static GtkWidget *