completely remove use of depricated warn_user API in monkey

This commit is contained in:
Vincent Sanders 2016-04-29 11:02:49 +01:00
parent 746177ee39
commit 03566a1182
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}