[vlc-devel] [PATCH] Qt4: correct the check whether item is node
Jakob Leben
jakob.leben at gmail.com
Tue Aug 18 01:01:40 CEST 2009
( PLModel::childrenCount() > 0 ) is not equivalent to (
playlist_item_t*->i_children > -1 ). This patch swaps former for latter
which is a correct strict check wether an item is node.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090818/b6f4d25c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Qt4-correct-the-check-whether-item-is-node.patch
Type: text/x-diff
Size: 1158 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090818/b6f4d25c/attachment.patch>
More information about the vlc-devel
mailing list