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

List:       kde-commits
Subject:    branches/KDE/3.5/kdevelop/vcs/cvsservice
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-11-30 18:15:12
Message-ID: 1196446512.512771.703.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 743349 by apaku:

strip whitespace from begin/end of typed values.
BUG:80850

 M  +3 -3      cvsoptionswidget.cpp  


--- branches/KDE/3.5/kdevelop/vcs/cvsservice/cvsoptionswidget.cpp #743348:743349
@@ -58,13 +58,13 @@
 {
     CvsOptions *options = CvsOptions::instance();
 
-    options->setCvsRshEnvVar( this->cvsRshEnvVar() );
-    options->setLocation( this->serverLocation() );
+    options->setCvsRshEnvVar( this->cvsRshEnvVar().stripWhiteSpace() );
+    options->setLocation( this->serverLocation().stripWhiteSpace() );
     options->setPruneEmptyDirsWhenUpdate( this->pruneEmptyDirWhenUpdating() );
     options->setCreateDirsWhenUpdate( this->createNewDirWhenUpdating() );
     options->setRecursiveWhenUpdate( this->recursiveWhenUpdating() );
     options->setRecursiveWhenCommitRemove( this->recursiveWhenCommittingRemoving() );
-    options->setDiffOptions( this->diffOptions() );
+    options->setDiffOptions( this->diffOptions().stripWhiteSpace() );
     options->setContextLines( this->contextLines() );
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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