static void gui_playq_statbar_status ( struct audio_file fd,
int  paused 
) [static]

Set str_status to the current playback status.

Definition at line 106 of file gui_playq.c.

00107 {
00108         if (fd == NULL) {
00109                 str_status = _("Idle");
00110         } else {
00111                 if (paused)
00112                         str_status = _("Paused");
00113                 else
00114                         str_status = _("Playing");
00115         }
00116 }

Here is the caller 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