From 8dfe22515312a8ecf4da974feb31b0f5e7f317e5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 14 Jan 2014 16:04:02 +0000 Subject: move download operations to download table --- gtk/gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gui.c') diff --git a/gtk/gui.c b/gtk/gui.c index 0a89f0ee3..0501ec3f6 100644 --- a/gtk/gui.c +++ b/gtk/gui.c @@ -1172,6 +1172,7 @@ int main(int argc, char** argv) messages = filepath_find(respaths, "Messages"); nsgtk_gui_table.window = nsgtk_gui_window_table; + nsgtk_gui_table.download = nsgtk_gui_download_table; ret = netsurf_init(messages, &nsgtk_gui_table); free(messages); -- cgit v1.2.3