also update table before processing the first image

This commit is contained in:
Kilian 2010-02-22 16:38:13 +01:00
parent 0e79611047
commit f80ff45877

View file

@ -148,9 +148,12 @@ class StartQT4(QMainWindow):
QIcon(QPixmap("compressing.gif"))))
else:
sys.stderr.write("[error] %s not an image file" % image)
self.update_table()
self.thread.compress_file(delegatorlist, self.showapp, self.verbose,
self.imagelist)
"""
UI Functions
"""
@ -341,3 +344,4 @@ if __name__ == "__main__":
if myapp.showapp:
myapp.show()
sys.exit(app.exec_())