Changeset 530

Show
Ignore:
Timestamp:
09/28/08 13:44:56 (2 months ago)
Author:
wolke
Message:

oops :-) i forgot to uncomment the check

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/src/SoundLibrary/SoundLibraryPanel.cpp

    r529 r530  
    664664        } 
    665665 
    666 //    if ( preDrumkitInfo == NULL ){ 
    667 //            QMessageBox::warning( this, "Hydrogen", QString( "The current loaded song missing his soundlibrary.\nPlease load a existing soundlibrary first") ); 
    668 //            return; 
    669 //    } 
     666      if ( preDrumkitInfo == NULL ){ 
     667              QMessageBox::warning( this, "Hydrogen", QString( "The current loaded song missing his soundlibrary.\nPlease load a existing soundlibrary first") ); 
     668              return; 
     669      } 
    670670        assert( preDrumkitInfo ); 
    671671