From c6640cc3f593517ceda2333e53cc79e08c124309 Mon Sep 17 00:00:00 2001 From: areff Date: Sun, 24 Feb 2008 14:28:46 +0000 Subject: [PATCH] Fix for playlist scrolling even if song is in view. This might break something I haven't thought of. --- Playlist/PlaylistController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Playlist/PlaylistController.m b/Playlist/PlaylistController.m index 9f1e8bd6a..ee883cc29 100644 --- a/Playlist/PlaylistController.m +++ b/Playlist/PlaylistController.m @@ -567,7 +567,7 @@ pe.status = kCogEntryPlaying; [pe setStatusMessage:@"Playing..."]; - [tableView scrollRowToVisible:pe.index]; + //[tableView scrollRowToVisible:pe.index]; [pe retain]; [currentEntry release];