X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fsfirenew.py;h=dda2652265ad6ed35eadc8be4cdc49c4dbec2bc2;hp=a4dd1b352106f53d586cd8d06ba46bf6f24c3ec4;hb=c4ae31dd3f7402ab6f6e2f563f887e0e6220c1e0;hpb=dc5a4a16b0819bc27efd1f77d632a76463db82c0 diff --git a/sface/sfirenew.py b/sface/sfirenew.py index a4dd1b3..dda2652 100644 --- a/sface/sfirenew.py +++ b/sface/sfirenew.py @@ -200,7 +200,7 @@ class RenewWindow(QDialog): self.process = SfiProcess(self) self.connect(self.process, SIGNAL('finished()'), self.getAuthorityRecordFinished) - self.process.listRecords(config.getAuthority(), None, config.getAuthorityListFile()) + self.process.listRecords(config.getAuthority(), None) self.setStatus("Refreshing slice list. This will take a moment...") def getAuthorityRecordFinished(self):