Ignore:
Timestamp:
Jan 15, 2013, 1:49:04 AM (12 years ago)
Author:
alloc
Message:

AEI2:

  • Save Depot cache when exiting AEI instead of letting it initialize the edition
  • Close downloaded zip-files so they get deleted after unpacking
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java

    r612 r615  
    496496                                        JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE);
    497497                        if (res == JOptionPane.NO_OPTION) {
     498                                saveLocalData();
    498499                                exit();
    499500                        } else {
Note: See TracChangeset for help on using the changeset viewer.