correct filename check

This commit is contained in:
Kilian Valkhof 2010-02-02 20:01:27 +01:00
parent 32547c72bf
commit 6685635d85

View file

@ -55,7 +55,7 @@ class StartQT4(QMainWindow):
def file_from_cmd(self, image): def file_from_cmd(self, image):
self.showapp = False self.showapp = False
if self.checkname(name): if self.checkname(image):
self.compress_file(image) self.compress_file(image)
def file_drop(self): def file_drop(self):