mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
completely remove use of depricated warn_user API in monkey
This commit is contained in:
parent
746177ee39
commit
03566a1182
@ -350,7 +350,7 @@ monkey_window_handle_new(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
if (error != NSERROR_OK) {
|
||||
warn_user(messages_get_errorcode(error), 0);
|
||||
monkey_warn_user(messages_get_errorcode(error), 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user