Changeset 543
- Timestamp:
- 10/01/08 17:02:37 (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
r542 r543 1271 1271 { 1272 1272 QString sText = event->mimeData()->text(); 1273 ERRORLOG(sText);1274 1273 1275 1274 if( sText.startsWith("Songs:") || sText.startsWith("move instrument:") ) 1275 event->acceptProposedAction(); 1276 1276 return; 1277 1277 trunk/gui/src/SoundLibrary/SoundLibraryPanel.cpp
r542 r543 405 405 406 406 if ( __sound_library_tree->currentItem()->parent() == NULL ) 407 { 408 return; 409 } 410 411 if ( __sound_library_tree->currentItem()->parent() == __song_item ) 407 412 { 408 413 return;
