Changeset 608 for AE/installer2/src/net/oni2/aeinstaller/gui/modtable
- Timestamp:
- Jan 14, 2013, 6:49:25 PM (13 years ago)
- Location:
- AE/installer2/src/net/oni2/aeinstaller/gui/modtable
- Files:
- 
      - 2 edited
 
 - 
          
  ModTableFilter.java (modified) (1 diff)
- 
          
  ModTableModel.java (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      AE/installer2/src/net/oni2/aeinstaller/gui/modtable/ModTableFilter.javar602 r608 29 29 return false; 30 30 31 if (!mod. validOnPlatform())31 if (!mod.isValidOnPlatform()) 32 32 return false; 33 33 
- 
      AE/installer2/src/net/oni2/aeinstaller/gui/modtable/ModTableModel.javar606 r608 121 121 public void reloadData() { 122 122 items.clear(); 123 items.addAll(ModManager.getInstance().getMods ());123 items.addAll(ModManager.getInstance().getModsValidAndNotMandatory()); 124 124 revertSelection(); 125 125 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
