summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index df7b0e7c7..986c2aee6 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1896,9 +1896,9 @@ gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape)
}
static nserror
-gui_window_set_url(struct gui_window *g, const char *url)
+gui_window_set_url(struct gui_window *g, nsurl *url)
{
- fbtk_set_text(g->url, url);
+ fbtk_set_text(g->url, nsurl_access(url));
return NSERROR_OK;
}