Author: remi
Date: 2008-12-15 12:33:54 +0100 (Mon, 15 Dec 2008)
New Revision: 3129

Modified:
   
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/format/ATTFormatReadWrite.java
Log:
* fixed the "new" attitune file bug.

Modified: 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/format/ATTFormatReadWrite.java
===================================================================
--- 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/format/ATTFormatReadWrite.java
  2008-12-15 10:23:38 UTC (rev 3128)
+++ 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/format/ATTFormatReadWrite.java
  2008-12-15 11:33:54 UTC (rev 3129)
@@ -94,6 +94,9 @@
                /* Get the destination path */
                attWorkPath = tmpAttDir.getPath() + File.separator + 
attFileName + File.separator;
                
+               /* Remove old wavs from the directory */
+               ATTFormatMisc.deleteDir(attWorkPath + attFileName + 
File.separator + "wavs");
+               
                /* Uncompress the attitune file */
                if (!ATTFormatCompressor.uncompressAttitune(attFilePath, 
attWorkPath))
                {


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to