Fixes duplicate labels in chat room config form.

ice4sip 5081
Damian Minkov 12 years ago
parent d8c4a1e1f2
commit 129d8f30c4

@ -155,6 +155,7 @@ private void loadConfigurationForm()
{
// Create a check box when the field is of type boolean.
field = new SIPCommCheckBox(formField.getLabel());
label.setText("");
if(values.hasNext())
{

Loading…
Cancel
Save