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

List:       kde-commits
Subject:    kdevelop/parts/customproject
From:       Harald Fernengel <harry () kdevelop ! org>
Date:       2003-03-12 14:43:13
[Download RAW message or body]

CVS commit by harald: 

oops


  M +3 -2      customprojectpart.cpp   1.29


--- kdevelop/parts/customproject/customprojectpart.cpp  #1.28:1.29
@@ -484,6 +484,7 @@ void CustomProjectPart::updateTargetMenu
             {
                 kdDebug(9025) << "Adding target: " << str.simplifyWhiteSpace() << endl;
-                m_targets += str.simplifyWhiteSpace().section(' ', 0, 0);
-                m_targets.truncate( m_targets.length() - 1 ); // strip the colon
+                str += str.simplifyWhiteSpace().section(' ', 0, 0);
+                str.truncate( str.length() - 1 ); // strip the colon
+                m_targets += str;
             }
         }


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

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