From 2fecb713ea07f06b5219a75c95909b986c2468a5 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 17 Jan 2009 20:53:35 +0000 Subject: fix pictureflow, previous fix caused cache to never be marked as good git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19785 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pictureflow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/pictureflow.c b/apps/plugins/pictureflow.c index bbd7694b7c..807ba19e7e 100644 --- a/apps/plugins/pictureflow.c +++ b/apps/plugins/pictureflow.c @@ -1928,9 +1928,9 @@ int main(void) if (!create_empty_slide(cache_version != CACHE_VERSION)) { rb->splash(HZ, "Could not load the empty slide"); return PLUGIN_ERROR; - cache_version = CACHE_VERSION; - configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION); } + cache_version = CACHE_VERSION; + configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION); if (!create_pf_thread()) { rb->splash(HZ, "Cannot create thread!"); -- cgit v1.2.3