Commit 251ee862 authored by Benjamin Pracht's avatar Benjamin Pracht

* enable delete in the playlist context menu

parent f00931a5
......@@ -389,7 +389,13 @@
SUPERCLASS = NSObject;
},
{
ACTIONS = {handlePopUp = id; playItem = id; searchItem = id; selectAll = id; };
ACTIONS = {
deleteItem = id;
handlePopUp = id;
playItem = id;
searchItem = id;
selectAll = id;
};
CLASS = VLCPlaylist;
LANGUAGE = ObjC;
OUTLETS = {
......
......@@ -13,7 +13,7 @@
<key>29</key>
<string>84 667 419 44 0 0 1024 746 </string>
<key>915</key>
<string>54 452 100 130 0 0 1024 746 </string>
<string>620 326 100 130 0 0 1024 746 </string>
</dict>
<key>IBFramework Version</key>
<string>364.0</string>
......@@ -26,8 +26,8 @@
</array>
<key>IBOpenObjects</key>
<array>
<integer>915</integer>
<integer>29</integer>
<integer>915</integer>
</array>
<key>IBSystem Version</key>
<string>7R28</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment