Fix comment - no mtime set at that point

This commit is contained in:
Worros 2008-10-17 20:23:28 +08:00
parent 7833c0c5cd
commit ee2017bb05

View File

@ -87,7 +87,7 @@ class GuiAutoImport (threading.Thread):
# self.pipe_to_hud = os.popen(command, 'w')
self.path=self.pathTBuffer.get_text(self.pathTBuffer.get_start_iter(), self.pathTBuffer.get_end_iter())
# Add directory to importer object and set the initial mtime reference.
# Add directory to importer object.
self.importer.addImportDirectory(self.path, True)
self.do_import()