From 7d17ed409d4efcf0032a1d15c89aa4b676fcb89c Mon Sep 17 00:00:00 2001 From: "Samuel F. Baggen" Date: Sat, 10 Nov 2012 17:47:59 +0000 Subject: [PATCH] fix for button Next in wizard which was disabled by default on the Sizing page, the cause may have been the previous state SVN revision: 79099 --- src/modules/wizard/page_050.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/wizard/page_050.c b/src/modules/wizard/page_050.c index 5d54ef357..a1d2506ed 100644 --- a/src/modules/wizard/page_050.c +++ b/src/modules/wizard/page_050.c @@ -165,6 +165,8 @@ wizard_page_show(E_Wizard_Page *pg) evas_object_show(ob); evas_object_show(of); + e_wizard_button_next_enable_set(1); + e_wizard_page_show(o); // pg->data = o; return 1; /* 1 == show ui, and wait for user, 0 == just continue */