Changeset 542
- Timestamp:
- 10/01/08 16:43:02 (2 months ago)
- Files:
-
- trunk/gui/src/SongEditor/SongEditor.cpp (modified) (1 diff)
- trunk/gui/src/SoundLibrary/SoundLibraryPanel.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gui/src/SongEditor/SongEditor.cpp
r447 r542 1272 1272 QString sText = event->mimeData()->text(); 1273 1273 ERRORLOG(sText); 1274 1275 if(sText.startsWith("Songs:") or sText.startsWith("Instruments:")) return; 1274 1275 if( sText.startsWith("Songs:") || sText.startsWith("move instrument:") ) 1276 return; 1276 1277 1277 1278 if (sText.startsWith("move pattern:")) { trunk/gui/src/SoundLibrary/SoundLibraryPanel.cpp
r530 r542 411 411 if ( __sound_library_tree->currentItem()->parent()->text(0) == NULL ) 412 412 { 413 return; 414 } 415 416 if ( __sound_library_tree->currentItem()->parent() == __pattern_item ) { 413 417 return; 414 418 }
