From 56bb9582b16dfd45bbd1665adaf87c6c5986aed3 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 12 Jan 2014 10:27:41 +0000 Subject: move set title, set url, start and stop throbber window operations to gui table --- gtk/gui.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gtk/gui.c') diff --git a/gtk/gui.c b/gtk/gui.c index c94b9c836..1905f20dc 100644 --- a/gtk/gui.c +++ b/gtk/gui.c @@ -1135,8 +1135,14 @@ bool path_add_part(char *path, int length, const char *newpart) static struct gui_table nsgtk_gui_table = { .poll = gui_poll, .quit = gui_quit, + .window_create = gui_window_create, .window_destroy = gui_window_destroy, + + .window_set_title = gui_window_set_title, + .window_set_url = gui_window_set_url, + .window_start_throbber = gui_window_start_throbber, + .window_stop_throbber = gui_window_stop_throbber, }; /** -- cgit v1.2.3