Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwsetup-ng.git;a=commitdiff;h=18854b22482869f01bf5cb938afaf6c550eac260
commit 18854b22482869f01bf5cb938afaf6c550eac260 Author: James Buren <[email protected]> Date: Sat Aug 11 16:02:05 2012 -0500 set default button in greeting module diff --git a/begin.c b/begin.c index 5f56d44..16f82c2 100644 --- a/begin.c +++ b/begin.c @@ -44,6 +44,8 @@ static enum order begin_run(struct database *db) newtFormAddComponents(form,tb,nb,(void *) 0); + newtFormSetCurrent(form,nb); + while(true) { newtFormRun(form,&es); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
