1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

macosx: Make sure empty nodes are shown as node.

This commit is contained in:
Pierre d'Herbemont 2008-08-02 05:16:28 +02:00
parent a403701a94
commit 875cd3dde6

View File

@ -217,9 +217,9 @@
if( p_item ) if( p_item )
i_return = p_item->i_children; i_return = p_item->i_children;
} }
vlc_object_release( p_playlist ); pl_Release( VLCIntf );
return (i_return > 0); return (i_return >= 0);
} }
/* retrieve the string values for the cells */ /* retrieve the string values for the cells */