[vlc-commits] macosx: correctly dis/enable cover art menu item
David Fuhrmann
git at videolan.org
Fri Jan 2 22:38:19 CET 2015
vlc/vlc-2.2 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Fri Jan 2 21:40:01 2015 +0100| [7eb15d31f2dc8725033cba47530b1acd0dc5b8ce] | committer: David Fuhrmann
macosx: correctly dis/enable cover art menu item
(cherry picked from commit 319610b3107723376ecb41d6c7562059590b81a7)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=7eb15d31f2dc8725033cba47530b1acd0dc5b8ce
---
modules/gui/macosx/playlist.m | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m
index 1d1c63b..64f8a77 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -1325,6 +1325,7 @@
[o_mi_recursive_expand setEnabled: b_item_sel];
[o_mi_sort_name setEnabled: b_item_sel];
[o_mi_sort_author setEnabled: b_item_sel];
+ [o_mi_dl_cover_art setEnabled: b_item_sel];
return o_ctx_menu;
}
More information about the vlc-commits
mailing list