Fixed an issue in the project manager causing some file not addable to a project.

Fri, 22 Mar 2013 18:37:53 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 22 Mar 2013 18:37:53 +0100
changeset 2512
290462cc60cb
parent 2511
a0ff5574e43a
child 2515
072e1087212d

Fixed an issue in the project manager causing some file not addable to a project.

Project/Project.py file | annotate | diff | comparison | revisions
--- a/Project/Project.py	Fri Mar 22 09:50:29 2013 +0100
+++ b/Project/Project.py	Fri Mar 22 18:37:53 2013 +0100
@@ -1391,8 +1391,8 @@
                                     " added to <b>{1}</b>.</p><p>Reason: {2}</p>")
                                     .format(fn, target, str(why)))
                             continue
-                            
-                        self.appendFile(targetfile, isSource or filter == 'source')
+                    
+                    self.appendFile(targetfile, isSource or filter == 'source')
             else:
                 E5MessageBox.critical(self.ui,
                     self.trUtf8("Add file"),

eric ide

mercurial