Fix a NPE caused when dealing with SecurityPanel.

cusax-fix
Werner Dittmann 17 years ago
parent 390355b391
commit cbd3330f93

@ -841,7 +841,7 @@ public void securityOn( String securityString,
if (securityPanel == null)
{
SecurityPanel securityPanel = new SecurityPanel(callPeer);
securityPanel = new SecurityPanel(callPeer);
GridBagConstraints constraints = new GridBagConstraints();

Loading…
Cancel
Save