Add the current selection before the selected item in the playlist. Definition at line 342 of file gui_browser.c. 00343 { 00344 struct vfsref *vr; 00345 00346 if (gui_vfslist_warn_isempty(win_browser)) 00347 return; 00348 00349 vr = gui_vfslist_getselected(win_browser); 00350 gui_playq_song_add_before(vr); 00351 gui_vfslist_cursor_down(win_browser, 1); 00352 }
Here is the call graph for this function:
![]() |
1.6.3