void gui_browser_playq_add_after ( void   ) 

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:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:22 2010 for herrie by  doxygen 1.6.3