Move the cursor of the playlist one item down.
Definition at line 292 of file gui_playq.c.
00293 { 00294 playq_lock(); 00295 gui_vfslist_cursor_down(win_playq, 0); 00296 playq_unlock(); 00297 }