Changeset 596 for AE/installer2/src/net/oni2/aeinstaller/gui
- Timestamp:
- Jan 2, 2013, 6:00:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
r593 r596 2 2 3 3 import java.awt.Frame; 4 import java.io.File;5 4 import java.util.ArrayList; 6 5 import java.util.Comparator; … … 190 189 private void saveLocalData() { 191 190 Settings.getInstance().serializeToFile(); 192 DepotManager.getInstance().saveToFile( 193 new File(Settings.getDepotCacheFilename())); 191 DepotManager.getInstance().saveToFile(Settings.getDepotCacheFilename()); 194 192 } 195 193 … … 264 262 JOptionPane.INFORMATION_MESSAGE); 265 263 } 266 264 267 265 @SuppressWarnings("unused") 268 266 private void revertSelection() { … … 271 269 JOptionPane.INFORMATION_MESSAGE); 272 270 } 273 274 275 271 276 272 private void modSelection(NodeMod n) {
Note:
See TracChangeset
for help on using the changeset viewer.