Restore missing message send

This commit is contained in:
Daniel Silverstone 2014-01-05 17:01:27 +00:00
parent 550c8cd73c
commit ef5c516ee3
1 changed files with 4 additions and 0 deletions

View File

@ -685,6 +685,10 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
break;
case GADGET_FILE:
status = messages_get("FormFile");
if (mouse & BROWSER_MOUSE_CLICK_1) {
msg_data.gadget_click.gadget = gadget;
content_broadcast(c, CONTENT_MSG_GADGETCLICK, msg_data);
}
break;
case GADGET_BUTTON:
/* This gadget cannot be activated */