[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:24:16 CEST 2012
vlc/vlc-2.0 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jun 5 11:08:17 2012 +0200| [bf2dcfc3366509c2ff3b2a936029e0267decfdd9] | committer: Felix Paul Kühne
macosx: don't manipulate the selection when downloadCoverArt was requested (refs #6892)
(cherry picked from commit 8de3a90b2be9bac51eff19200690214bd97a94eb)
Conflicts:
modules/gui/macosx/playlist.m
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=bf2dcfc3366509c2ff3b2a936029e0267decfdd9
---
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 14e11d5..323ad29 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -896,7 +896,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