display message if project is empty and user tries to export it (closes #2091056)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1571 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-07 12:54:23 +00:00
parent aa12ee5082
commit 408ab3fea5
5 changed files with 45 additions and 12 deletions

View File

@@ -1,5 +1,11 @@
2008-09-07 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/track_container.h:
* src/core/song.cpp:
* src/core/track_container.cpp:
display message if project is empty and user tries to export
it (closes #2091056)
* src/core/song.cpp:
- fixed freeze after adding BB-tracks (closes #2089337)
- replaced bad cast for calling projectNotes::save/restoreState by