From 68938664411ac2ee82e39e11fe855a6cd1b32c7c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 26 Apr 2016 21:51:47 +0100 Subject: update gtk to stop using depricated warn_user API --- gtk/about.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/about.c') diff --git a/gtk/about.c b/gtk/about.c index 55df409c8..52672d5d2 100644 --- a/gtk/about.c +++ b/gtk/about.c @@ -32,6 +32,7 @@ #include "desktop/browser.h" #include "desktop/version.h" +#include "gtk/warn.h" #include "gtk/compat.h" #include "gtk/about.h" @@ -61,7 +62,7 @@ static void about_open(const char *url_text) } if (ret != NSERROR_OK) { - warn_user(messages_get_errorcode(ret), 0); + nsgtk_warning(messages_get_errorcode(ret), 0); } } -- cgit v1.2.3