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
This commit is contained in:
Samuel F. Baggen 2012-11-10 03:34:54 +00:00
parent d49d43fa34
commit 9eef0e9ae0
1 changed files with 1 additions and 1 deletions

View File

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