aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/screen_file.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/screen_file.c b/src/screen_file.c
index 142c91e12..75de5b389 100644
--- a/src/screen_file.c
+++ b/src/screen_file.c
@@ -564,10 +564,7 @@ browse_handle_select_all (screen_t *screen,
if( entry->entity->type!=MPD_INFO_ENTITY_TYPE_SONG )
continue;
- if( entry->flags & HIGHLIGHT )
- entry->flags &= ~HIGHLIGHT;
- else
- entry->flags |= HIGHLIGHT;
+ entry->flags |= HIGHLIGHT;
if( entry->flags & HIGHLIGHT )
{