summaryrefslogtreecommitdiff
path: root/riscos/theme_install.c
diff options
context:
space:
mode:
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();