Update to version 0.6.5

This commit is contained in:
Eduardo Bart
2014-01-06 19:02:45 -02:00
parent edf17a44ca
commit 117833addc
3 changed files with 6 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ function toggle()
if terminalWindow:isVisible() then
hide()
else
if not firstShow then
if not firstShown then
local settings = g_settings.getNode('terminal-window')
if settings then
if settings.size then oldSize = size end