void gui_browser_playq_add_head ( void   ) 

Add the current selection to the head of the playlist.

Definition at line 316 of file gui_browser.c.

00317 {
00318         struct vfsref *vr;
00319 
00320         if (gui_vfslist_warn_isempty(win_browser))
00321                 return;
00322 
00323         vr = gui_vfslist_getselected(win_browser);
00324         playq_song_add_head(vr);
00325         gui_vfslist_cursor_down(win_browser, 1);
00326 }

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