From 350247a0f250bddef17c3bf7087af7034769bae2 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 7 Feb 2005 23:00:09 +0000 Subject: [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 --- riscos/dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/dialog.c') 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); } -- cgit v1.2.3