compress file argument change

This commit is contained in:
Kilian Valkhof 2010-02-01 18:17:32 +01:00
parent 61a0dffe59
commit 0736a8f3a3

View file

@ -37,7 +37,7 @@ class StartQT4(QtGui.QMainWindow):
# update columnview # update columnview
self.setWindowTitle("check too!") self.setWindowTitle("check too!")
def compress_file(self, file): def compress_file(self, filename):
# check file extention # check file extention
# get file size # get file size
# run correct command line tool and get reply # run correct command line tool and get reply