From be185a1eafa7ecdda6b4b994752491fa12a64ac9 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 26 Mar 2008 09:05:42 +0000 Subject: fix the buttonbar in the browser and menus. fix a problem where the menus wouldnt redraw when they should have when settings change git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16816 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 9374c2e372..d4f14079b1 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -942,7 +942,7 @@ void settings_apply(const bool read_disk) #if defined(HAVE_RECORDING) && CONFIG_CODEC == SWCODEC enc_global_settings_apply(); #endif - list_init_viewports(); + list_init_viewports(NULL); } -- cgit v1.2.3