diff audacious/pluginenum.c @ 2228:894f7aa46f83 trunk

[svn] - bmp_playback_* -> playback_* -- i knew something smelled rotten here, hmm.
author nenolod
date Sun, 31 Dec 2006 19:57:29 -0800
parents 35bdfcd17ba7
children d507d2c1f75c
line wrap: on
line diff
--- a/audacious/pluginenum.c	Sun Dec 31 11:40:27 2006 -0800
+++ b/audacious/pluginenum.c	Sun Dec 31 19:57:29 2006 -0800
@@ -381,9 +381,9 @@
 
     g_message("Shutting down plugin system");
 
-    if (bmp_playback_get_playing()) {
+    if (playback_get_playing()) {
         ip_data.stop = TRUE;
-        bmp_playback_stop();
+        playback_stop();
         ip_data.stop = FALSE;
     }