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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 22 Mar 2013 18:37:53 +0100
branch
5_3_x
changeset 2513
c4c3050ae363
parent 2507
593f33536261
child 2518
1697fb3ad2d6

Fixed an issue in the project manager causing some file not addable to a project.
(grafted from 290462cc60cb4a32fc5f18127732e1b761aaffdb)

Project/Project.py file | annotate | diff | comparison | revisions
--- a/Project/Project.py	Thu Mar 21 08:40:50 2013 +0100
+++ b/Project/Project.py	Fri Mar 22 18:37:53 2013 +0100
@@ -1369,8 +1369,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