summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 6b56c80cd5..e5da8246f7 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -528,9 +528,6 @@ int ft_enter(struct tree_context* c)
528 splash(0, ID2P(LANG_WAIT)); 528 splash(0, ID2P(LANG_WAIT));
529 if (!settings_load_config(buf,true)) 529 if (!settings_load_config(buf,true))
530 break; 530 break;
531
532 /* redraw the UI in case the user setting changed apparence */
533 send_event(GUI_EVENT_REFRESH, tree_drawlists);
534 splash(HZ, ID2P(LANG_SETTINGS_LOADED)); 531 splash(HZ, ID2P(LANG_SETTINGS_LOADED));
535 break; 532 break;
536 533
@@ -652,8 +649,6 @@ int ft_enter(struct tree_context* c)
652 } 649 }
653 } 650 }
654 651
655 send_event(GUI_EVENT_REFRESH, tree_drawlists);
656
657 if ( play ) { 652 if ( play ) {
658 /* the resume_index must always be the index in the 653 /* the resume_index must always be the index in the
659 shuffled list in case shuffle is enabled */ 654 shuffled list in case shuffle is enabled */