Skip to content

Commit

Permalink
Fixed bug #39
Browse files Browse the repository at this point in the history
  • Loading branch information
petebrew committed Oct 21, 2015
1 parent e096302 commit 9a43977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void actionPerformed(ActionEvent event) {
}
else if (event.getActionCommand().equals("Cancel"))
{
task.done();
if(task!=null) task.done();
this.dispose();
}
}
Expand Down

0 comments on commit 9a43977

Please sign in to comment.