Add the current selection after the selected item in the playlist. Definition at line 329 of file gui_browser.c. 00330 { 00331 struct vfsref *vr; 00332 00333 if (gui_vfslist_warn_isempty(win_browser)) 00334 return; 00335 00336 vr = gui_vfslist_getselected(win_browser); 00337 gui_playq_song_add_after(vr); 00338 gui_vfslist_cursor_down(win_browser, 1); 00339 }
Here is the call graph for this function:
![]() |
1.6.3