Commit 875cd3dd authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Make sure empty nodes are shown as node.

parent a403701a
......@@ -217,9 +217,9 @@
if( p_item )
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 */
......
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