changeset 1634:98c9257d0a80

adplug: update
author William Pitcock <nenolod@atheme.org>
date Fri, 07 Sep 2007 05:18:07 -0500
parents 33626ca031f3
children 16044c4a34d7
files src/adplug/adplug-xmms.cc
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/adplug/adplug-xmms.cc	Fri Sep 07 05:16:36 2007 -0500
+++ b/src/adplug/adplug-xmms.cc	Fri Sep 07 05:18:07 2007 -0500
@@ -1136,8 +1136,10 @@
   NULL,                         // filename (filled by XMMS)
   (gchar *)ADPLUG_NAME,                  // plugin description
   adplug_init,                  // plugin functions...
+  adplug_quit,
   adplug_about,
   adplug_config,
+  FALSE,
   adplug_is_our_file,
   NULL,                         // scan_dir (look in Input/cdaudio/cdaudio.c)
   adplug_play,
@@ -1148,7 +1150,6 @@
   adplug_get_time,
   NULL,                         // get_volume (handled by output plugin)
   NULL,                         // set_volume (...)
-  adplug_quit,
   NULL,                         // OBSOLETE - DO NOT USE!
   NULL,                         // add_vis_pcm (filled by XMMS)
   NULL,                         // set_info (filled by XMMS)