finished restore code

moved "mode" to the top of the settings screen
This commit is contained in:
Rob Weber
2012-04-22 15:58:39 -05:00
parent f520d58c6b
commit 0b0d8dab3f
3 changed files with 7 additions and 5 deletions

View File

@ -163,7 +163,7 @@ class XbmcBackup:
#update the progress bar
if(self.progressBar != None):
self.progressBar.update((float(self.filesTotal - self.filesLeft)/float(self.filesTotal)) * 100,message)
self.progressBar.update(int((float(self.filesTotal - self.filesLeft)/float(self.filesTotal)) * 100),message)
def checkCancel(self):
result = False