changeset 2459:a336fe28b63a

exclude zip etc which doesn't contain any mod file.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 26 Mar 2008 23:50:50 +0900
parents 853c7686e922
children a651657361d7
files src/modplug/plugin.cxx
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/modplug/plugin.cxx	Tue Mar 25 17:28:14 2008 +0100
+++ b/src/modplug/plugin.cxx	Wed Mar 26 23:50:50 2008 +0900
@@ -119,7 +119,11 @@
     NULL,
     NULL,
     CanPlayFileFromVFS, // vfs
-    (gchar **)fmts
+    (gchar **)fmts,
+    NULL,
+    NULL,
+    TRUE,   // subtune. to exclude .zip etc which doesn't contain any mod file --yaz
+    NULL
 };
 
 InputPlugin *modplug_iplist[] = { &gModPlug, NULL };