A little tweak to the 'Add Files' dialog. 5_3_x

Sun, 10 Mar 2013 19:30:38 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 10 Mar 2013 19:30:38 +0100
branch
5_3_x
changeset 2479
c04205f9445f
parent 2477
5d706fb30a10
child 2482
2822be40a366

A little tweak to the 'Add Files' dialog.
(grafted from c4d8d795d356e9e8476dd71069d097929d5406e1)

Project/AddFileDialog.py file | annotate | diff | comparison | revisions
--- a/Project/AddFileDialog.py	Sun Mar 10 18:09:22 2013 +0100
+++ b/Project/AddFileDialog.py	Sun Mar 10 19:30:38 2013 +0100
@@ -48,7 +48,7 @@
         self.startdir = startdir
         self.filetypes = pro.pdata["FILETYPES"]  # save a reference to the filetypes dict
         
-        if self.filter is not None and self.filter != 'source':
+        if self.filter is not None:
             self.sourcecodeCheckBox.hide()
         
     @pyqtSlot()

eric ide

mercurial