Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=a0354ba1e18ea0326f957fde51152f4d5072a23a
commit a0354ba1e18ea0326f957fde51152f4d5072a23a Author: James Buren <[email protected]> Date: Mon Aug 6 07:14:54 2012 -0500 in inputboxes, reset default button to OK when done diff --git a/src/util.c b/src/util.c index 2e58242..c97656b 100644 --- a/src/util.c +++ b/src/util.c @@ -470,6 +470,7 @@ int fw_inputbox(const char *title, const char *cprompt, int height, int width, ret = dialog_inputbox(title, cprompt, height, width, init, password); dialog_vars.insecure = 0; + dialog_vars.default_button = DLG_EXIT_OK; if (ret != DLG_EXIT_CANCEL) return(0); else _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
