Update of /cvsroot/audacity/audacity-src/src/export
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv506

Modified Files:
        ExportMultiple.cpp 
Log Message:
Only show tag editor once

Index: ExportMultiple.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMultiple.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- ExportMultiple.cpp  25 Sep 2006 21:04:30 -0000      1.20
+++ ExportMultiple.cpp  19 Oct 2006 02:02:27 -0000      1.21
@@ -325,11 +325,6 @@
       Tags *tags = project->GetTags();
       tags->SetTitle(name);            
       tags->SetTrackNumber(trackNumber);
-      if (!tags->ShowEditDialog(project,
-         _("Edit the ID3 tags for the MP3 file"),
-         true)) {
-            return false;  // used selected "cancel"
-      }
       wxString fullPath = MakeFullPath(overwrite,
                                        dir, name, wxT(".mp3"));
       return ExportMP3(project, stereo, fullPath,
@@ -634,8 +629,7 @@
    if (!dlog.GetReturnCode())
       return false;
 
-#if 0
-   if (dlog.format == 1) { // MP3
+   if (dlog.format == 1 || dlog.format == 4) { // MP3 or FLAC
       Tags *tags = project->GetTags();
       if (tags->IsEmpty()) {
          wxString saveTitle = tags->GetTitle();
@@ -656,7 +650,6 @@
          }
       }
    }
-#endif
 
    if (dlog.byLabels)
       return ExportMultipleByLabel(project, dlog.dir, dlog.format,


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to