Merge branch 'master' of git@host.fluxility.com:optimg

This commit is contained in:
Paul Chaplin 2010-02-02 19:42:54 +00:00
commit fdf7b9d0ce

View file

@ -78,7 +78,7 @@ class StartQT4(QMainWindow):
"", # directory "", # directory
"Image files (*.png *.jpg)") "Image files (*.png *.jpg)")
for image in images: for image in images:
if self.checkname(name): if self.checkname(image):
self.compress_file(image) self.compress_file(image)
def enable_recompress(self): def enable_recompress(self):