void gui_playq_song_remove_all ( void   ) 

Remove all songs from the playlist after presenting the user with a question.

Definition at line 346 of file gui_playq.c.

00347 {
00348         /* Don't care about locking here */
00349         if (gui_vfslist_warn_isempty(win_playq))
00350                 return;
00351 
00352         if (gui_input_askyesno(_("Remove all songs from the playlist?")) == 0)
00353                 playq_song_remove_all();
00354 }

Here is the call graph for this function:

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