[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 15:09:03
Message-ID: 20050205150903.84EA81BA30 () office ! kde ! org
[Download RAW message or body]

CVS commit by esben: 

Fix bug in dollar-escaping


  M +2 -1      urlgrabber.cpp   1.50


--- kdebase/klipper/urlgrabber.cpp  #1.49:1.50
@@ -484,5 +484,6 @@ void ClipAction::save( KConfig *kc ) con
         kc->setGroup( group.arg( i ) );
 
-        kc->writePathEntry( "Commandline", cmd->command.replace( "$","$$" ));
+        QString command( cmd->command );
+        kc->writePathEntry( "Commandline", 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