A little tweak to the 'Add Files' dialog.

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 10 Mar 2013 19:30:38 +0100
changeset 2478
c4d8d795d356
parent 2476
3137ed00325e
child 2480
30477cebf808

A little tweak to the 'Add Files' dialog.

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