Merge pull request #15 from kartoFlane/patch-1
Fixed setDisposeNormally() ignoring the argument
This commit is contained in:
commit
23dbdc8ab2
1 changed files with 1 additions and 1 deletions
|
@ -1065,7 +1065,7 @@ public class ManagerFrame extends JFrame implements ActionListener, ModsScanObse
|
|||
* Set this to false before an abnormal exit.
|
||||
*/
|
||||
public void setDisposeNormally( boolean b ) {
|
||||
disposeNormally = false;
|
||||
disposeNormally = b;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue