in the call panel show the participant address instead of the participant name

cusax-fix
Yana Stamcheva 20 years ago
parent e052e6e61a
commit 2cc59d47af

@ -55,7 +55,7 @@ public class CallParticipantPanel extends JPanel
*/
public CallParticipantPanel(CallParticipant callParticipant)
{
this(callParticipant.getDisplayName());
this(callParticipant.getAddress());
this.stateLabel.setText(callParticipant.getState().getStateString());
}

Loading…
Cancel
Save