From 253c199d1f52c2e86b2c02fad75937aa5e076fd8 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 23 Jul 2005 20:43:37 +0000 Subject: [project @ 2005-07-23 20:43:37 by bursa] Rewrite and simplify url_nice() to improve suggested filenames. Add option to keep extensions (no UI currently). svn path=/import/netsurf/; revision=1814 --- riscos/theme_install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/theme_install.c') diff --git a/riscos/theme_install.c b/riscos/theme_install.c index 93ef0a97d..9c483ba8b 100644 --- a/riscos/theme_install.c +++ b/riscos/theme_install.c @@ -203,7 +203,7 @@ void theme_install_install(bool apply) assert(theme_install_content); - if (url_nice(theme_install_descriptor.name, &theme_file) != + if (url_nice(theme_install_descriptor.name, &theme_file, true) != URL_FUNC_OK) { warn_user("ThemeInstallErr", 0); theme_install_close(); -- cgit v1.2.3