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:
![]() |
1.6.3