From 047569339406f2be1637ae4cee5dd0c9a9c2328f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 22 Jan 2014 23:19:57 +0000 Subject: create table for fetcher operations and move all operations into it --- cocoa/NetsurfApp.m | 1 + 1 file changed, 1 insertion(+) (limited to 'cocoa/NetsurfApp.m') diff --git a/cocoa/NetsurfApp.m b/cocoa/NetsurfApp.m index 158c195e6..5643efd6c 100644 --- a/cocoa/NetsurfApp.m +++ b/cocoa/NetsurfApp.m @@ -190,6 +190,7 @@ int main( int argc, char **argv ) .window = cocoa_window_table, .clipboard = cocoa_clipboard_table, .download = cocoa_download_table, + .fetch = cocoa_fetch_table, }; cocoa_autorelease(); -- cgit v1.2.3