mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
[project @ 2004-06-28 12:26:12 by jmb]
Display action for <input type=image> svn path=/import/netsurf/; revision=1022
This commit is contained in:
parent
bc89d52e4c
commit
c6dd3cb9ab
@ -1559,7 +1559,7 @@ void browser_window_follow_link(struct browser_window *bw,
|
|||||||
done = 1;
|
done = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if (click_boxes[i].box->gadget->type == GADGET_SUBMIT) {
|
else if (click_boxes[i].box->gadget->type == GADGET_SUBMIT || click_boxes[i].box->gadget->type == GADGET_IMAGE) {
|
||||||
struct form *form;
|
struct form *form;
|
||||||
char *url, *href;
|
char *url, *href;
|
||||||
form = click_boxes[i].box->gadget->form;
|
form = click_boxes[i].box->gadget->form;
|
||||||
|
Loading…
Reference in New Issue
Block a user