From kde-commits Sat Feb 05 15:37:36 2005 From: Oswald Buddenhagen Date: Sat, 05 Feb 2005 15:37:36 +0000 To: kde-commits Subject: kdebase/klipper Message-Id: <20050205153736.70C201CF95 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110761786224536 CVS commit by ossi: revert, now that writePathEntry is sane M +1 -2 urlgrabber.cpp 1.51 --- kdebase/klipper/urlgrabber.cpp #1.50:1.51 @@ -484,6 +484,5 @@ void ClipAction::save( KConfig *kc ) con kc->setGroup( group.arg( i ) ); - QString command( cmd->command ); - kc->writePathEntry( "Commandline", command.replace( "$","$$" )); + kc->writePathEntry( "Commandline", cmd->command ); kc->writeEntry( "Description", cmd->description ); kc->writeEntry( "Enabled", cmd->isEnabled );