~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy

« back to all changes in this revision

Viewing changes to kcontrol/kdm/kdm-dlg.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-11 14:04:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071011140448-v0eb7lxbb24zagca
Tags: 3.94.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
        configGrp.writeEntry( "LogoArea", noneRadio->isChecked() ? "None" :
267
267
                            logoRadio->isChecked() ? "Logo" : "Clock" );
268
268
 
269
 
        configGrp.writeEntry( "LogoPixmap", KIconLoader::global()->iconPath( logopath, K3Icon::Desktop, true ) );
 
269
        configGrp.writeEntry( "LogoPixmap", KIconLoader::global()->iconPath( logopath, KIconLoader::Desktop, true ) );
270
270
 
271
271
        configGrp.writeEntry( "GreeterPos",
272
272
                QString("%1,%2").arg( positioner->x() ).arg( positioner->y() ) );