diff src/madplug/fileinfo.c @ 997:e46b98155d5d trunk

[svn] - fix a bug which counts number of frames twice in handling xing header. - now fileinfo dialog calculates play length even though TLEN tag exists so that it can overwrite wrong TLEN tag.
author yaz
date Tue, 01 May 2007 12:49:27 -0700
parents 6ba4a4bfd127
children 98a760301a4e
line wrap: on
line diff
--- a/src/madplug/fileinfo.c	Tue May 01 10:38:27 2007 -0700
+++ b/src/madplug/fileinfo.c	Tue May 01 12:49:27 2007 -0700
@@ -586,6 +586,7 @@
     utf_filename = str_to_utf8(filename);
     create_window();
 
+    info.fileinfo_request = TRUE;
     input_get_info(&info, info.remote ? TRUE : FALSE);
 
     title = g_strdup_printf("File Info - %s", g_basename(utf_filename));