Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=34da805de7162846676e926016e945129a2cf229

commit 34da805de7162846676e926016e945129a2cf229
Author: James Buren <[email protected]>
Date:   Mon Aug 6 07:06:28 2012 -0500

fix inputbox default focus to input widget

diff --git a/src/util.c b/src/util.c
index 463a705..2e58242 100644
--- a/src/util.c
+++ b/src/util.c
@@ -462,6 +462,7 @@ int fw_inputbox(const char *title, const char *cprompt, int 
height, int width,
char my_buffer[MAX_LEN + 1] = "";

dialog_vars.input_result = my_buffer;
+       dialog_vars.default_button = -1;
dlg_put_backtitle();
dlg_clear();
if(password)
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to