rename tpom

This commit is contained in:
Barak Michener 2013-09-01 15:31:31 -04:00
parent 664fd9e953
commit 3351c4316d
2 changed files with 3 additions and 3 deletions

View file

@ -106,10 +106,10 @@ function execute_command(command)
end
pom = widget({type = "textbox"})
pom.text = " " .. execute_command("~/src/tpm/tpm") .. " "
pom.text = " " .. execute_command("~/src/tpom/tpom") .. " "
pomtimer = timer({ timeout = 1})
pomtimer:add_signal("timeout", function()
pom.text = " " .. execute_command("~/src/tpm/tpm") .. " "
pom.text = " " .. execute_command("~/src/tpom/tpom") .. " "
end)
pomtimer:start()