mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
Remove frames handling from ro_msg_dataload function.
svn path=/trunk/netsurf/; revision=12732
This commit is contained in:
parent
1d5c6fd0ce
commit
01b2101e93
@ -1500,10 +1500,6 @@ void ro_msg_dataload(wimp_message *message)
|
||||
if (g) {
|
||||
if (ro_gui_window_dataload(g, message))
|
||||
return;
|
||||
|
||||
/* Get top-level window for loading into */
|
||||
while (g->bw->parent)
|
||||
g = g->bw->parent->window;
|
||||
}
|
||||
else {
|
||||
g = ro_gui_toolbar_lookup(message->data.data_xfer.w);
|
||||
|
Loading…
Reference in New Issue
Block a user