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 --- gtk/scaffolding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/scaffolding.h') diff --git a/gtk/scaffolding.h b/gtk/scaffolding.h index e7d945ebc..07433bffa 100644 --- a/gtk/scaffolding.h +++ b/gtk/scaffolding.h @@ -235,7 +235,7 @@ nserror nsgtk_scaffolding_new_tab(struct gui_window *gw); /* core acessors */ void gui_window_set_title(struct gui_window *g, const char *title); -void gui_window_set_url(struct gui_window *g, const char *url); +nserror gui_window_set_url(struct gui_window *g, const char *url); void gui_window_start_throbber(struct gui_window *g); void gui_window_stop_throbber(struct gui_window *g); -- cgit v1.2.3