From 0fdecb67c3709df7e9fb626c707946c4874c049e Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 11 Jun 2012 14:26:45 +0100 Subject: [PATCH] shell: Update test-notebook for API change --- shell/test-notebook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/test-notebook.c b/shell/test-notebook.c index a488a8a10..d0cfb17fc 100644 --- a/shell/test-notebook.c +++ b/shell/test-notebook.c @@ -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 *