From 7ace528729c37d665e269c8a76991739c9437088 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 29 Oct 2014 00:17:11 +0000 Subject: Update url setting API to return nserror code instead of calling warn_user --- framebuffer/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framebuffer') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index 180c2614e..0ee60c944 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -1896,10 +1896,11 @@ gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape) } } -static void +static nserror gui_window_set_url(struct gui_window *g, const char *url) { fbtk_set_text(g->url, url); + return NSERROR_OK; } static void -- cgit v1.2.3