~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/dolphin/src/panels/folders/paneltreeview.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 13:28:20 UTC
  • mto: This revision was merged to the branch mainline in revision 258.
  • Revision ID: james.westby@ubuntu.com-20091202132820-tpxn348l9frx5zd5
Tags: upstream-4.3.80
ImportĀ upstreamĀ versionĀ 4.3.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        hideColumn(DolphinModel::Owner);
76
76
        hideColumn(DolphinModel::Group);
77
77
        hideColumn(DolphinModel::Type);
78
 
        hideColumn(DolphinModel::Rating);
79
 
        hideColumn(DolphinModel::Tags);
 
78
        hideColumn(DolphinModel::Version);
80
79
        header()->hide();
81
80
        break;
82
81