~ubuntu-branches/ubuntu/saucy/k4dirstat/saucy

« back to all changes in this revision

Viewing changes to src/kdirinfo.cpp

  • Committer: Package Import Robot
  • Author(s): Jerome Robert
  • Date: 2013-03-27 23:40:01 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130327234001-w7x78vyzobfp9o5b
Tags: 2.7.4-1
* New upstream release
  - Remove broken PacMan widgets (LP: #1062405)
  - Add a scalable and 48x48 icon
  - Support empty sparse file
* Update the Vcs-Git tag
* Bump Standards-Version to 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
{
317
317
    if ( ! _summaryDirty )
318
318
    {
319
 
        _totalSize      += newChild->size();
 
319
        _totalSize      += newChild->totalSize();
320
320
        _totalBlocks    += newChild->blocks();
321
321
        _totalItems++;
322
322