Commit bca49d34 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/playlist.cpp: small fix.

parent 69748437
...@@ -1127,7 +1127,7 @@ void Playlist::OnEnDis( wxCommandEvent& event ) ...@@ -1127,7 +1127,7 @@ void Playlist::OnEnDis( wxCommandEvent& event )
return; return;
} }
long i_item = listview->GetNextItem( i_item, wxLIST_NEXT_ALL, long i_item = listview->GetNextItem( -1, wxLIST_NEXT_ALL,
wxLIST_STATE_SELECTED ); wxLIST_STATE_SELECTED );
if( i_item >= 0 && i_item < p_playlist->i_size ) if( i_item >= 0 && i_item < p_playlist->i_size )
......
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