diff audacious/controlsocket.c @ 906:704c0b2e5f6b trunk

[svn] - this should be it for now
author nhjm449
date Thu, 30 Mar 2006 21:16:35 -0800
parents 8282b365f6cb
children bcd1ebd0a7c1
line wrap: on
line diff
--- a/audacious/controlsocket.c	Thu Mar 30 21:10:03 2006 -0800
+++ b/audacious/controlsocket.c	Thu Mar 30 21:16:35 2006 -0800
@@ -563,7 +563,9 @@
             bmp_playback_pause();
             break;
         case CMD_STOP:
+            ip_data.stop = TRUE;
             bmp_playback_stop();
+            ip_data.stop = FALSE;
             mainwin_clear_song_info();
             break;
         case CMD_PLAY_PAUSE: