From: Samuel F. Baggen Date: Sat, 10 Nov 2012 03:34:54 +0000 (+0000) Subject: not prompted/ui page is waiting for user to click in next page, which makes wizard... X-Git-Tag: submit/efl/20131021.015651~2774 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9eef0e9ae08fb5d71b08bf1c98e9325c609bf900;p=platform%2Fupstream%2Fenlightenment.git not prompted/ui page is waiting for user to click in next page, which makes wizard progress confusing because is needed to click again when nothing happened SVN revision: 79077 --- diff --git a/src/modules/wizard/page_040.c b/src/modules/wizard/page_040.c index 57c483e73c..c0e70ecae5 100644 --- a/src/modules/wizard/page_040.c +++ b/src/modules/wizard/page_040.c @@ -112,7 +112,7 @@ wizard_page_show(E_Wizard_Page *pg __UNUSED__) } free(file); } - return 1; /* 1 == show ui, and wait for user, 0 == just continue */ + return 0; /* 1 == show ui, and wait for user, 0 == just continue */ } EAPI int