shell: Update test-notebook for API change
This commit is contained in:
parent
56bd29ebf3
commit
0fdecb67c3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ goto_page (GtkButton *button,
|
|||
else if (target > NUM_PAGES)
|
||||
target = 1;
|
||||
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 *
|
||||
|
|
Loading…
Add table
Reference in a new issue