bugfix
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@110 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-03-23 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/core/export_project_dialog.cpp:
|
||||
fixed bug causing LMMS to crash when trying to export a project
|
||||
|
||||
2006-03-19 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/core/track.cpp:
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(lmms, 0.1.4-cvs20060320, tobydox/at/users/dot/sourceforge/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060320)
|
||||
AC_INIT(lmms, 0.1.4-cvs20060323, tobydox/at/users/dot/sourceforge/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060323)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
||||
@@ -355,7 +355,6 @@ void exportProjectDialog::exportBtnClicked( void )
|
||||
delete m_kbpsLbl;
|
||||
delete m_kbpsCombo;
|
||||
delete m_vbrCb;
|
||||
delete m_hqmCb;
|
||||
delete m_exportBtn;
|
||||
|
||||
m_exportProgressBar = new QProgressBar( this );
|
||||
@@ -380,6 +379,7 @@ void exportProjectDialog::exportBtnClicked( void )
|
||||
eng()->getMixer()->setAudioDevice( dev, m_hqmCb->isChecked() );
|
||||
eng()->getSongEditor()->startExport();
|
||||
|
||||
delete m_hqmCb;
|
||||
|
||||
songEditor::playPos & pp = eng()->getSongEditor()->getPlayPos(
|
||||
songEditor::PLAY_SONG );
|
||||
|
||||
Reference in New Issue
Block a user