Ignore:
Timestamp:
2000-09-05T03:30:48+12:00 (24 years ago)
Author:
cs025
Message:

Further changes for uninstaller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/fileCopier.cpp

    r1475 r1498  
    116116    // this->copied += file->getRawFileSize();
    117117
     118    // note for uninstall the action done
     119      if (monitor != NULL)
     120    {   monitor->copied(file->getFileName(), thisDestDir, true);
     121    }
     122
    118123    // copy children
    119124    vector<File>::iterator here = file->childBegin();
     
    123128        here ++;
    124129    }
    125 
    126       if (monitor != NULL)
    127     {   monitor->copied(file->getFileName(), thisDestDir, true);
    128     }
    129130
    130131    // delete constructed destination name
Note: See TracChangeset for help on using the changeset viewer.