Fix reference sharing in SF2 player

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1653 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-09-21 00:19:48 +00:00
parent b5fd1c5b88
commit 74ac69ed1a
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
2008-09-16 Paul Giblock <drfaygo/at/gmail/dot/com>
* plugins/sf2_player/sf2_player.cpp:
Fix bug introduced in the last edit. Reference sharing was not working
at all because the check was performed with a different filename than
the insert
* plugins/vibed/logo.png:
Add fabi's improved vibed logo
* CMakeLists.txt:
Fix copy-and-paste error in a message
2008-09-20 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/config_mgr.cpp: