[vlc-commits] macosx: correctly dis/enable cover art menu item

David Fuhrmann git at videolan.org
Fri Jan 2 21:58:36 CET 2015


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Fri Jan  2 21:40:01 2015 +0100| [319610b3107723376ecb41d6c7562059590b81a7] | committer: David Fuhrmann

macosx: correctly dis/enable cover art menu item

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

 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 212aa00..d6991b3 100644
--- a/modules/gui/macosx/playlist.m
+++ b/modules/gui/macosx/playlist.m
@@ -829,6 +829,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