mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-20 16:34:14 +03:00
fix typo in netsurf_quit rework
This commit is contained in:
parent
0c7c4173c2
commit
aca826ef69
@ -285,7 +285,7 @@ void gui_window_destroy(struct gui_window *gw)
|
||||
gw = window_list;
|
||||
while( gw != NULL ) {
|
||||
if(gw->root) {
|
||||
gui_set_input_gui_window(w);
|
||||
gui_set_input_gui_window(gw);
|
||||
break;
|
||||
}
|
||||
gw = gw->next;
|
||||
|
Loading…
x
Reference in New Issue
Block a user