[gnome-control-center] shell: Update test-notebook for API change



commit 0fdecb67c3709df7e9fb626c707946c4874c049e
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jun 11 14:26:45 2012 +0100

    shell: Update test-notebook for API change

 shell/test-notebook.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/test-notebook.c b/shell/test-notebook.c
index a488a8a..d0cfb17 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 *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]