Merge pull request #817 from chrox/toc_crash_fix

bugfix: terminate the program when exiting reader
This commit is contained in:
{Qingping,Dave} Hou
2013-03-23 22:58:37 -07:00

View File

@@ -51,6 +51,8 @@ function exitReader()
end
end
end
os.exit(0)
end
function HomeMenu:setUpdateItemTable()