Fixes NPE in error dialog.

cusax-fix
Damian Minkov 13 years ago
parent e6ea78923d
commit e00a0279a2

@ -191,7 +191,7 @@ public ErrorDialog( Frame owner,
{
this(owner, title, message);
if (showStackTrace)
if (showStackTrace && e != null)
{
this.setTitle(title);

Loading…
Cancel
Save