Ignore:
Timestamp:
Apr 12, 2013, 6:35:54 PM (12 years ago)
Author:
alloc
Message:

AEI2.02:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/gui/modtable/ModTableModel.java

    r752 r808  
    210210        public void revertSelection() {
    211211                install.clear();
    212                 int count = 0;
    213212                for (int i = 0; i < items.size(); i++) {
    214213                        boolean installed = items.get(i).isInstalled();
    215214                        install.add(i, installed);
    216                         if (installed)
    217                                 count++;
    218                 }
    219                 notifyDownloadSize(0, count);
     215                }
     216                updateDownloadSize();
    220217                fireTableDataChanged();
    221218        }
     
    236233                                                selected.contains(items.get(i).getPackageNumber()));
    237234                        }
     235                        updateDownloadSize();
    238236                        fireTableDataChanged();
    239237                }
Note: See TracChangeset for help on using the changeset viewer.