Fix handling of buttons in successful control search

svn path=/trunk/netsurf/; revision=6576
This commit is contained in:
John Mark Bell 2009-02-20 12:55:50 +00:00
parent 1f859400d9
commit 1ccc3182e3

View File

@ -527,6 +527,7 @@ bool form_successful_controls(struct form *form,
case GADGET_BUTTON:
/* Ignore it */
continue;
break;
default: