~ubuntu-branches/ubuntu/jaunty/kdebase/jaunty-backports

« back to all changes in this revision

Viewing changes to apps/dolphin/src/zoomlevelinfo.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup
  • Date: 2009-01-08 09:49:20 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090108094920-zbm1d1y0y3t5rpff
Tags: 4:4.1.96-0ubuntu1
* New upstream release
* Updated various .install files:
  + dolphin.install
  + kappfinder.install
  + kfind.install
  + konqueror.install
* Bumped build-dep versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
{
36
36
    int size = KIconLoader::SizeMedium;
37
37
    switch (level) {
38
 
    case 0:  size = KIconLoader::SizeSmall; break; 
 
38
    case 0:  size = KIconLoader::SizeSmall; break;
39
39
    case 1:  size = KIconLoader::SizeSmallMedium; break;
40
40
    case 2:  size = KIconLoader::SizeMedium; break;
41
41
    case 3:  size = KIconLoader::SizeLarge; break;