summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/pictureflow.c4
1 files changed, 2 insertions, 2 deletions
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)
1928 if (!create_empty_slide(cache_version != CACHE_VERSION)) { 1928 if (!create_empty_slide(cache_version != CACHE_VERSION)) {
1929 rb->splash(HZ, "Could not load the empty slide"); 1929 rb->splash(HZ, "Could not load the empty slide");
1930 return PLUGIN_ERROR; 1930 return PLUGIN_ERROR;
1931 cache_version = CACHE_VERSION;
1932 configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION);
1933 } 1931 }
1932 cache_version = CACHE_VERSION;
1933 configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION);
1934 1934
1935 if (!create_pf_thread()) { 1935 if (!create_pf_thread()) {
1936 rb->splash(HZ, "Cannot create thread!"); 1936 rb->splash(HZ, "Cannot create thread!");