summaryrefslogtreecommitdiff
path: root/riscos/dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/dialog.c')
-rw-r--r--riscos/dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/dialog.c b/riscos/dialog.c
index 8c8aa4350..f10987f77 100644
--- a/riscos/dialog.c
+++ b/riscos/dialog.c
@@ -678,7 +678,7 @@ void ro_gui_dialog_config_set(void) {
option_theme = NULL;
}
if (theme_choice) {
- option_theme = strdup(theme_choice->filename);
+ option_theme = strdup(theme_choice->leafname);
ro_gui_theme_apply(theme_choice);
}