mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
Merge branch 'master' of git@host.fluxility.com:optimg
This commit is contained in:
commit
fdf7b9d0ce
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class StartQT4(QMainWindow):
|
|||
"", # directory
|
||||
"Image files (*.png *.jpg)")
|
||||
for image in images:
|
||||
if self.checkname(name):
|
||||
if self.checkname(image):
|
||||
self.compress_file(image)
|
||||
|
||||
def enable_recompress(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue