This commit is contained in:
Rob Weber 2017-01-31 15:02:03 -06:00
parent 87c638a0d6
commit 94f0887393

View File

@ -316,7 +316,7 @@ class XbmcBackup:
zip_vfs.cleanup()
self.xbmc_vfs.rmfile(xbmc.translatePath("special://temp/" + self.restore_point))
xbmcgui.Dialog.ok(utils.getString(30010),utils.getString(30101))
xbmcgui.Dialog().ok(utils.getString(30010),utils.getString(30101))
return
zip_vfs.cleanup()