summaryrefslogtreecommitdiff
path: root/cocoa/BookmarksController.m
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-02 10:24:49 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-02 10:24:49 +0100
commit505ae08df2cf0e3de5271569586ae4592967d765 (patch)
treea91f9252b4e4864bdf14a729bcf86ba3d3a62872 /cocoa/BookmarksController.m
parentad06f9e906db0b047013950ef8b2a8c9d1719131 (diff)
downloadnetsurf-505ae08df2cf0e3de5271569586ae4592967d765.tar.gz
netsurf-505ae08df2cf0e3de5271569586ae4592967d765.tar.bz2
update cocoa frontend to not use depricated warn_user API
Diffstat (limited to 'cocoa/BookmarksController.m')
-rw-r--r--cocoa/BookmarksController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/BookmarksController.m b/cocoa/BookmarksController.m
index 4b15d3740..9aec9e534 100644
--- a/cocoa/BookmarksController.m
+++ b/cocoa/BookmarksController.m
@@ -162,7 +162,7 @@ static const char *cocoa_hotlist_path( void )
nsurl_unref(url);
}
if (error != NSERROR_OK) {
- warn_user(messages_get_errorcode(error), 0);
+ cocoa_warning(messages_get_errorcode(error), 0);
}
}