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

Modified Files:
        Tags.cpp 
Log Message:
Return cancel status of ID3 dialog

Index: Tags.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Tags.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Tags.cpp    24 May 2007 05:45:19 -0000      1.46
+++ Tags.cpp    27 May 2007 08:31:30 -0000      1.47
@@ -326,7 +326,7 @@
       ToolBarDialog *tbd = new ToolBarDialog(parent, -1, title);
       new TagsEditor(tbd, -1, this, mEditTitle, mEditTrackNumber);
       tbd->CentreOnParent();
-      tbd->ShowModal();
+      return (tbd->ShowModal() != wxID_CANCEL);
       // No need to delete...see TagsEditor::OnClose()
    }
    else {


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to