[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/klipper
From:       Esben Mose Hansen <kde () mosehansen ! dk>
Date:       2005-02-05 10:45:00
Message-ID: 20050205104500.40EBF1CFFE () office ! kde ! org
[Download RAW message or body]

CVS commit by esben: 

dollarsigns $ were not escaped prior to calling KConfigBase::writePathEntry()

BUG: 70618


  M +1 -1      urlgrabber.cpp   1.48


--- kdebase/klipper/urlgrabber.cpp  #1.47:1.48
@@ -481,5 +481,5 @@ void ClipAction::save( KConfig *kc ) con
         kc->setGroup( group.arg( i ) );
 
-        kc->writePathEntry( "Commandline", cmd->command );
+        kc->writePathEntry( "Commandline", cmd->command.replace( "$","$$" ));
         kc->writeEntry( "Description", cmd->description );
         kc->writeEntry( "Enabled", cmd->isEnabled );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic