[gnome-color-manager] trivial: Allows the user to cancel the wizard at any time



commit dd301d3e1211c3883bf5a18cf714632aa80d28a1
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jun 1 15:37:49 2011 +0100

    trivial: Allows the user to cancel the wizard at any time

 src/gcm-calibrate-main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate-main.c b/src/gcm-calibrate-main.c
index 04bb78d..92e2770 100644
--- a/src/gcm-calibrate-main.c
+++ b/src/gcm-calibrate-main.c
@@ -728,7 +728,6 @@ gcm_calib_setup_page_action (GcmCalibratePriv *calib)
 	/* TRANSLATORS: this is the calibration wizard page title */
 	gtk_assistant_set_page_title (assistant, vbox, _("Action"));
 	gtk_assistant_set_page_complete (assistant, vbox, FALSE);
-	gtk_assistant_commit (assistant);
 	g_ptr_array_add (calib->pages, vbox);
 	g_object_set_data (G_OBJECT (vbox),
 			   "GcmCalibrateMain::Index",



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