--- 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()