OSDN Git Service

Fixed a bug with the "Prepend relative source file path to output file" option: This...
authorlordmulder <mulder2@gmx.de>
Sun, 23 Oct 2011 22:31:46 +0000 (00:31 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 23 Oct 2011 22:31:46 +0000 (00:31 +0200)
doc/Changelog.html
src/Config.h
src/Dialog_Processing.cpp

index 0685937..51ae360 100644 (file)
@@ -33,6 +33,7 @@ a:visited { color: #0000EE; }
 <li>Improved "downmix" filter by using explicit channel mappings for each number of input channels
 <li>Fixed a potential bug in CPU type detection that might have caused the wrong binary to be used
 <li>Fixed Cue Sheet import for tracks with certain characters in the title
+<li>Fixed a bug with "Prepend relative source file path to output file" under certain conditions
 <li>Workaround for malicious "anti-virus" programs that prevent innocent applications from functioning
 <li>Enabled "Aero Glass" theme in installer and web-update program (Vista and Windows 7 only)
 <li>Restored Windows 2000 support with Visual Studio 2010 builds (this is experimental!)
index 601f361..52cd1d3 100644 (file)
@@ -29,8 +29,8 @@
 #define VER_LAMEXP_MINOR_HI                                    0
 #define VER_LAMEXP_MINOR_LO                                    3
 #define VER_LAMEXP_TYPE                                                RC
-#define VER_LAMEXP_PATCH                                       1
-#define VER_LAMEXP_BUILD                                       754
+#define VER_LAMEXP_PATCH                                       2
+#define VER_LAMEXP_BUILD                                       756
 
 ///////////////////////////////////////////////////////////////////////////////
 // Tools versions
index a8d12a5..d4b323e 100644 (file)
@@ -671,7 +671,7 @@ void ProcessingDialog::startNextJob(void)
                (m_settings->outputToSourceDir() ? QFileInfo(currentFile.filePath()).absolutePath() : m_settings->outputDir()),
                (m_settings->customTempPathEnabled() ? m_settings->customTempPath() : lamexp_temp_folder2()),
                encoder,
-               m_settings->prependRelativeSourcePath()
+               m_settings->prependRelativeSourcePath() && (!m_settings->outputToSourceDir())
        );
 
        //Add audio filters