Fix minor bug and compile time warnings

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1082 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-06 08:55:59 +00:00
parent e29bf1d655
commit f003b34791
7 changed files with 18 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
2008-06-05 Paul Giblock <drfaygo/at/gmail/dot/com>
2008-06-06 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/knob.h:
* include/automatable_slider.h:
@@ -46,7 +46,12 @@
* plugins/stk/mallets/mallets.cpp:
* plugins/triple_oscillator/triple_oscillator.h:
* plugins/triple_oscillator/triple_oscillator.cpp:
Update plugins to use displayName for children
- Update plugins to use displayName for child widgets
- Still need to do this to all of LMMS core
* include/effect_lib.h:
* src/core/lfo_controller.cpp:
Fix compile time warnings
2008-06-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>