summaryrefslogtreecommitdiff
path: root/riscos/dialog.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-02-07 23:00:09 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-02-07 23:00:09 +0000
commit350247a0f250bddef17c3bf7087af7034769bae2 (patch)
tree41c60e634cf7aba7032e4f6453df99f5144c25c1 /riscos/dialog.c
parentd21ec26259be407457b8c6afe1ed921ec5029f5d (diff)
downloadnetsurf-350247a0f250bddef17c3bf7087af7034769bae2.tar.gz
netsurf-350247a0f250bddef17c3bf7087af7034769bae2.tar.bz2
[project @ 2005-02-07 23:00:09 by rjw]
Stop toolbar scrolling by 1px, make theme saving use leafnames, improve error handling svn path=/import/netsurf/; revision=1499
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);
}