rename setScreenViewMode to setScreenMode

This commit is contained in:
Qingping Hou
2013-02-03 13:13:46 +08:00
parent 2218d3bd73
commit 0dba667937
6 changed files with 11 additions and 11 deletions

View File

@@ -111,8 +111,8 @@ function ReaderConfig:onSetDimensions(dimen)
self.dimen.y = 7 * Screen:getHeight() / 8
self.dimen.w = Screen:getWidth()
self.dimen.h = Screen:getHeight() / 8
-- since we cannot redraw config_dialog with new size, we close the old
-- one it on screen size change
-- since we cannot redraw config_dialog with new size, we close
-- the old one on screen size change
if self.config_dialog then
self.config_dialog.close_callback()
end