summaryrefslogtreecommitdiff
path: root/gtk/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gui.c')
-rw-r--r--gtk/gui.c1
1 files changed, 1 insertions, 0 deletions
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);