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

List:       kde-commits
Subject:    branches/kdevelop/3.4/buildtools/custommakefiles
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-03-05 18:44:24
Message-ID: 1173120264.164833.30227.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 639695 by apaku:

Fix stupid bug, now population of the addfilesdialog works properly


 M  +1 -4      customprojectpart.cpp  


--- branches/kdevelop/3.4/buildtools/custommakefiles/customprojectpart.cpp #639694:639695
@@ -377,7 +377,6 @@
     m_projectDirectory = dirName;
     m_projectName = projectName;
 
-
     m_autoAddFiles.clear();
 
     QDomDocument &dom = *projectDom();
@@ -535,6 +534,7 @@
 void CustomProjectPart::closeProject()
 {
     saveProject();
+    m_autoAddFiles.clear();
 }
 
 void CustomProjectPart::saveProject()
@@ -550,7 +550,6 @@
     for ( it = m_sourceFiles.begin(); it != m_sourceFiles.end(); ++it )
         stream << ( *it ) << endl;
     f.close();
-    m_autoAddFiles.clear();
 }
 
 
@@ -1283,8 +1282,6 @@
 
 void CustomProjectPart::slotCommandFailed( const QString& /*command*/ )
 {
-    kdDebug( 9025 ) << k_funcinfo << endl;
-
     m_lastCompilationFailed = true;
     m_executeAfterBuild = false;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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