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
This commit is contained in:
Samuel F. Baggen 2012-11-10 17:47:59 +00:00
parent b49befa400
commit 7d17ed409d
1 changed files with 2 additions and 0 deletions

View File

@ -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 */