Fix broken bb-track clone

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1971 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2009-01-26 18:44:28 +00:00
parent d5689d38b4
commit a35d4437e1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-01-25 Paul Giblock <drfaygo/at/gmail/dot/com>
* src/tracks/bb_track.cpp:
Integrate broken BB-clone bug from pitanga
2009-01-25 Paul Giblock <drfaygo/at/gmail/dot/com>
* src/gui/widgets/knob.cpp:

View File

@@ -455,7 +455,7 @@ void bbTrack::loadTrackSpecificSettings( const QDomElement & _this )
if( _this.hasAttribute( "clonebbt" ) )
{
const int src = _this.attribute( "clonebb" ).toInt();
const int src = _this.attribute( "clonebbt" ).toInt();
const int dst = s_infoMap[this];
engine::getBBTrackContainer()->createTCOsForBB( dst );
trackContainer::trackList tl =