summaryrefslogtreecommitdiff
path: root/riscos/theme_install.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-07-23 20:43:37 +0000
committerJames Bursa <james@netsurf-browser.org>2005-07-23 20:43:37 +0000
commit253c199d1f52c2e86b2c02fad75937aa5e076fd8 (patch)
tree88f85d97ad434073a74fd1cc254123d179661610 /riscos/theme_install.c
parent4e9457bee1dcadf9f0f20387e59edc970f42c987 (diff)
downloadnetsurf-253c199d1f52c2e86b2c02fad75937aa5e076fd8.tar.gz
netsurf-253c199d1f52c2e86b2c02fad75937aa5e076fd8.tar.bz2
[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
Diffstat (limited to 'riscos/theme_install.c')
-rw-r--r--riscos/theme_install.c2
1 files changed, 1 insertions, 1 deletions
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();