--- a/UI/DeleteFilesConfirmationDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/UI/DeleteFilesConfirmationDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -27,7 +27,7 @@ @param cancelLabel label for the Cancel button (string) @param files list of filenames to be shown (list of strings) """ - QDialog.__init__(self,parent) + QDialog.__init__(self, parent) self.setupUi(self) self.setModal(True)