From 8ce0a10670e655d9e3a4f31fedd34baf1a3189b9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 25 Jan 2014 23:00:22 +0000 Subject: move path_to_url and url_to_path to fetch operation table --- windows/gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'windows/gui.c') diff --git a/windows/gui.c b/windows/gui.c index a6b2facaf..6ac4f6155 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -1882,6 +1882,8 @@ static struct gui_fetch_table fetch_table = { .filename_from_path = filename_from_path, .path_add_part = path_add_part, .filetype = fetch_filetype, + .path_to_url = path_to_url, + .url_to_path = url_to_path, .mimetype = fetch_mimetype, }; -- cgit v1.2.3