void gui_playq_song_randomize ( void   ) 

Randomize all songs in the playlist after presenting the user with a question.

Definition at line 357 of file gui_playq.c.

00358 {
00359         /* Don't care about locking here */
00360         if (gui_vfslist_warn_isempty(win_playq))
00361                 return;
00362 
00363         if (gui_input_askyesno(_("Randomize the playlist?")) == 0)
00364                 playq_song_randomize();
00365 }

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