~junrrein/pantheon-files/files-duma

« back to all changes in this revision

Viewing changes to src/View/PropertiesWindow.vala

  • Committer: Tarmac
  • Author(s): Julián Unrrein
  • Date: 2013-06-29 13:20:28 UTC
  • mfrom: (1247.1.1 pw-small-fix)
  • Revision ID: tarmac-20130629132028-wp182cvmwdd8jf5e
[Properties Window] Fix the situation where the "Estimating size" label is shown when viewing the properties of a big folder and at least one file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        
185
185
        if (folder_count == 0) {
186
186
            spinner.hide ();
187
 
            spinner_label.hide ();
188
187
        } else if (file_count == 0) {
189
188
            header_desc.hide ();
190
189
        }
 
190
        
 
191
        if (file_count > 0)
 
192
            spinner_label.hide ();
191
193
    }
192
194
 
193
195