]> git.sesse.net Git - vlc/commit
skins2: playlist (process delete everywhere in the same way)
authorErwan Tulou <erwan10@videolan.org>
Mon, 9 Aug 2010 21:07:07 +0000 (23:07 +0200)
committerErwan Tulou <erwan10@videolan.org>
Tue, 10 Aug 2010 09:30:50 +0000 (11:30 +0200)
commitfb5480e482697ff1895792db0eedd73e97e040c1
tree6bd0402f34cba715da4e20f84173e49b29bec9e7
parent54919d68fad96b3c49cd564fbd52146e8afbe938
skins2: playlist (process delete everywhere in the same way)

Deleting an item can either be initiated by the user or coming from the core.
In one case, a m_deleted flag was added and notify occured before
deletion to avoid invalidated iterators.
This patch ensures that the other case is processed likewise.
modules/gui/skins2/vars/playtree.cpp