diff audacious/playback.c @ 1273:3b990c26fc46 trunk

[svn] - Support for the buffer indicator in playpaus.png that was apparently ignored by XMMS devs. Supports mp3 streams only, at the moment.
author nhjm449
date Fri, 16 Jun 2006 02:17:33 -0700
parents ed26947bbf57
children f12d7e208b43
line wrap: on
line diff
--- a/audacious/playback.c	Fri Jun 16 01:45:08 2006 -0700
+++ b/audacious/playback.c	Fri Jun 16 02:17:33 2006 -0700
@@ -157,6 +157,8 @@
         }
     }
 
+    ip_data.buffering = FALSE;
+    playstatus_set_status_buffering(mainwin_playstatus, FALSE);
     ip_data.playing = FALSE;
 }
 
@@ -179,6 +181,7 @@
         }
     }
 
+    ip_data.buffering = FALSE;
     ip_data.playing = FALSE;
 }