~ubuntu-branches/ubuntu/lucid/ktorrent/lucid

« back to all changes in this revision

Viewing changes to apps/ktorrent/ktorrentcore.cpp

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-01-27 17:26:13 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20080127172613-t3mxi0ev2t8raxy2
Tags: 2.2.5-0ubuntu1
* New upstream release
 - Numerous bugfixes, notably to DHT and webui
* Added a watchfile to track 2.x.x series

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
                ScanDialog* scan_dlg = new ScanDialog(this,true);
180
180
                scan_dlg->show();
181
181
                scan_dlg->execute(tc,true);
182
 
        //      scan_dlg->deleteLater();
183
182
        }
184
 
                
 
183
        
185
184
        tc->setPreallocateDiskSpace(true);
186
185
 
187
186
        if(Settings::maxRatio()>0)