fix: typo in readerstatus

This commit is contained in:
Qingping Hou
2016-02-15 02:26:19 -08:00
parent bc8144ddfa
commit f2c016161e

View File

@@ -38,7 +38,7 @@ function ReaderStatus:addToMainMenu(tab_item_table)
end
function ReaderStatus:showStatus()
local status_page = status_page:new {
local status_page = StatusWidget:new {
thumbnail = self.document:getCoverPageImage(),
props = self.document:getProps(),
document = self.document,