From f06e4a27020238d36bdd6092a5cc07626fd252d1 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 29 Oct 2011 15:10:40 -0500 Subject: [PATCH] add songs to the export package thing. they still don't export though. --- src/ScreenOptionsExportPackage.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ScreenOptionsExportPackage.cpp b/src/ScreenOptionsExportPackage.cpp index 2af2d9fa71..6b2c11c39d 100644 --- a/src/ScreenOptionsExportPackage.cpp +++ b/src/ScreenOptionsExportPackage.cpp @@ -153,15 +153,13 @@ void ScreenOptionsExportPackageSubPage::BeginScreen() else if( *s_packageType == "SubGroup" ) { //ExportPackages::m_sFolder - /* vector vs; - GetDirListing( SpecialFiles::SONGS_DIR + "*", vs, true, true ); + GetDirListing( SpecialFiles::SONGS_DIR + "/" + ExportPackages::m_sFolder + "/*", vs, true, true ); FOREACH_CONST( RString, vs, s ) { m_vsPossibleDirsToExport.push_back( *s ); GetDirListing( *s + "/*", m_vsPossibleDirsToExport, true, true ); } - */ } StripCvsAndSvn( m_vsPossibleDirsToExport ); StripMacResourceForks( m_vsPossibleDirsToExport );