made removing effect-plugins thread-safe (closes #2010984)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1273 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-05 22:11:17 +00:00
parent 918971aba8
commit 36af43549e
2 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
2008-07-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/gui/widgets/effect_rack_view.cpp:
made removing effect-plugins thread-safe (closes #2010984)
* src/core/automation_pattern.cpp:
save and restore automationPattern's name (closes #2011011)