/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelForm.ui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 766 by capela, Sun Aug 28 11:44:10 2005 UTC revision 767 by capela, Tue Aug 30 09:52:46 2005 UTC
# Line 202  void qsamplerChannelForm::accept (void) Line 202  void qsamplerChannelForm::accept (void)
202          if (pOptions == NULL)          if (pOptions == NULL)
203                  return;                  return;
204    
205            // Flush any pending editing...
206            AudioRoutingTable->flush();
207    
208          // We'll go for it!          // We'll go for it!
209          if (m_iDirtyCount > 0) {          if (m_iDirtyCount > 0) {
210                  int iErrors = 0;                  int iErrors = 0;

Legend:
Removed from v.766  
changed lines
  Added in v.767

  ViewVC Help
Powered by ViewVC