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

List:       kde-commits
Subject:    kdevelop/parts/autoproject
From:       Roberto Raggi <roberto () kdevelop ! org>
Date:       2003-05-12 12:48:51
[Download RAW message or body]

CVS commit by raggi: 

bugfix


  M +1 -1      autosubprojectview.cpp   1.6


--- kdevelop/parts/autoproject/autosubprojectview.cpp  #1.5:1.6
@@ -82,5 +82,5 @@ static void removeDir( const QString& di
             continue;
         
-        if( fileInfo->isDir() )
+        if( fileInfo->isDir() && !fileInfo->isSymLink() )
             removeDir( fileInfo->absFilePath() );
         


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

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