eric6/Project/ProjectProtocolsBrowser.py

changeset 7759
51aa6c6b66f7
parent 7628
f904d0eef264
child 7780
41420f82c0ac
equal deleted inserted replaced
7758:dd54d33d21d2 7759:51aa6c6b66f7
454 self.tr("Delete Protocols"), 454 self.tr("Delete Protocols"),
455 self.tr("Do you really want to delete these protocol files from" 455 self.tr("Do you really want to delete these protocol files from"
456 " the project?"), 456 " the project?"),
457 files) 457 files)
458 458
459 if dlg.exec_() == QDialog.Accepted: 459 if dlg.exec() == QDialog.Accepted:
460 for fn2, fn in zip(fullNames, files): 460 for fn2, fn in zip(fullNames, files):
461 self.closeSourceWindow.emit(fn2) 461 self.closeSourceWindow.emit(fn2)
462 self.project.deleteFile(fn) 462 self.project.deleteFile(fn)
463 463
464 ########################################################################### 464 ###########################################################################

eric ide

mercurial