Mercurial > audlegacy-plugins
changeset 2069:c89c180e66ac
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 14 Oct 2007 19:23:04 -0500 |
parents | c8ba6764985d (diff) 932ebaba6eca (current diff) |
children | 8404e52b00e4 |
files | |
diffstat | 1 files changed, 1 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cue/cuesheet.c Sun Oct 14 14:21:37 2007 +0200 +++ b/src/cue/cuesheet.c Sun Oct 14 19:23:04 2007 -0500 @@ -358,21 +358,13 @@ #endif } -/* not publicly available functions. */ -extern void playback_stop(void); -extern void mainwin_clear_song_info(void); - static gboolean do_stop(gpointer data) { #ifdef DEBUG g_print("f: do_stop\n"); #endif - aud_ip_state->stop = TRUE; - playback_stop(); - aud_ip_state->stop = FALSE; - - mainwin_clear_song_info(); + audacious_drct_stop(); #ifdef DEBUG g_print("e: do_stop\n");