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

* enable delete in the playlist context menu

parent f00931a5
...@@ -389,7 +389,13 @@ ...@@ -389,7 +389,13 @@
SUPERCLASS = NSObject; SUPERCLASS = NSObject;
}, },
{ {
ACTIONS = {handlePopUp = id; playItem = id; searchItem = id; selectAll = id; }; ACTIONS = {
deleteItem = id;
handlePopUp = id;
playItem = id;
searchItem = id;
selectAll = id;
};
CLASS = VLCPlaylist; CLASS = VLCPlaylist;
LANGUAGE = ObjC; LANGUAGE = ObjC;
OUTLETS = { OUTLETS = {
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<key>29</key> <key>29</key>
<string>84 667 419 44 0 0 1024 746 </string> <string>84 667 419 44 0 0 1024 746 </string>
<key>915</key> <key>915</key>
<string>54 452 100 130 0 0 1024 746 </string> <string>620 326 100 130 0 0 1024 746 </string>
</dict> </dict>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>364.0</string> <string>364.0</string>
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
</array> </array>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>915</integer>
<integer>29</integer> <integer>29</integer>
<integer>915</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>7R28</string> <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