[vlc-commits] macosx: don't manipulate the selection when downloadCoverArt was requested (refs #6892)

Felix Paul Kühne git at videolan.org
Tue Jun 5 11:20:40 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jun  5 11:08:17 2012 +0200| [8de3a90b2be9bac51eff19200690214bd97a94eb] | committer: Felix Paul Kühne

macosx: don't manipulate the selection when downloadCoverArt was requested (refs #6892)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8de3a90b2be9bac51eff19200690214bd97a94eb
---

 modules/gui/macosx/playlist.m |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index dab5552..8da18e0 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -1004,7 +1004,6 @@
     for (int i = 0; i < i_count; i++)
     {
         p_item = [[o_outline_view itemAtRow: indexes[i]] pointerValue];
-        [o_outline_view deselectRow: indexes[i]];
 
         if( p_item && p_item->i_children == -1 )
             playlist_AskForArtEnqueue( p_playlist, p_item->p_input );



More information about the vlc-commits mailing list