fix dumb (on a roll today)

This commit is contained in:
Glenn Maynard
2007-05-08 01:49:21 +00:00
parent 579e15dad9
commit 4fab332f39
+1 -1
View File
@@ -1328,7 +1328,7 @@ void SongManager::UpdatePreferredSort()
Song *pSong = NULL;
if( !sLine.empty() )
pSong = FindSong( sLine );
if( pSong && pSong->GetDisplayed() )
if( pSong && pSong->GetDisplayed() != Song::SHOW_NEVER )
vpSongs.push_back( pSong );
}
}