void gui_playq_song_update ( struct audio_file fd,
int  paused,
int  timeonly 
)

Update the status bar with information about the current song.

Definition at line 232 of file gui_playq.c.

00233 {
00234         gui_playq_song_set(fd, paused, timeonly);
00235 
00236 #ifdef BUILD_SETPROCTITLE
00237         /* Print same message in ps(1) */
00238         setproctitle("%s %s%s", str_status, str_song->str, str_time->str);
00239 #endif /* BUILD_SETPROCTITLE */
00240         
00241         gui_playq_statbar_refresh();
00242         gui_draw_done();
00243 }

Here is the call graph for this function:

Here is the caller graph for this function:

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