Commit 3ecb268c authored by Ilkka Ollakka's avatar Ilkka Ollakka

Qt4: typo in playlist_item

parent 96b97b16
......@@ -56,7 +56,7 @@ void PLItem::init( playlist_item_t *_playlist_item, PLItem *parent, PLModel *m,
model = m; /* PLModel (QAbsmodel) */
i_type = -1; /* Item type - Avoid segfault */
b_current = false; /* Is the item the current Item or not */
b_is_node = _playlist_item->i_children > 1;
b_is_node = _playlist_item->i_children > -1;
p_input = _playlist_item->p_input;
vlc_gc_incref( p_input );
......
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