]> git.sesse.net Git - vlc/commit
playlist: modified playlist_NodeCreate()
authorSebastian Birk <sebastian.birk@googlemail.com>
Wed, 2 Jun 2010 09:19:06 +0000 (11:19 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 2 Jun 2010 09:19:41 +0000 (11:19 +0200)
commitb0db307c4cf3ac509fe33079f132a0dc6c939e22
tree0adfbaad2ee19a74ad3e4125e4734535b0e630ff
parent4e49a139a21a825f203f9b4fd0df72efcc4f082d
playlist: modified playlist_NodeCreate()

The passed flags in the variable i_flags are now applied to the new node.
This solves bug ticket #3690, where it was possible to delete the "Playlist" and
"Media Library" nodes, since the read-only flag was not set for them.
src/playlist/tree.c