--- jsampler/trunk/src/org/jsampler/view/fantasia/FantasiaPrefs.java 2008/09/08 00:16:17 1766 +++ jsampler/trunk/src/org/jsampler/view/fantasia/FantasiaPrefs.java 2008/09/08 00:19:27 1767 @@ -1,7 +1,7 @@ /* * JSampler - a java front-end for LinuxSampler * - * Copyright (C) 2005-2007 Grigor Iliev + * Copyright (C) 2005-2008 Grigor Iliev * * This file is part of JSampler. * @@ -97,6 +97,7 @@ if("rightSidePane.visible".equals(name)) return true; if("rightSidePane.showInstrumentsDb".equals(name)) return true; if("channel.smallView.showChannelNumbering".equals(name)) return true; + if("channel.smallView.showStreamVoiceCount".equals(name)) return true; return super.getDefaultBoolValue(name); }