Don't display stuff on startup! rs=Silver on IRC. No bug, was tested before commit. NPOTFFB.

git-svn-id: svn://10.0.0.236/trunk@257967 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gijskruitbosch%gmail.com
2009-08-06 23:26:29 +00:00
parent 2f4e226ab1
commit 08517fc8ab

View File

@@ -388,9 +388,8 @@ function initStatic()
}
catch (ex)
{
display(getMsg(MSG_ERR_INPUTHISTORY_NOT_WRITABLE,
inputHistoryFile.path),
MT_ERROR);
msg = getMsg(MSG_ERR_INPUTHISTORY_NOT_WRITABLE, inputHistoryFile.path);
setTimeout("client.display(" + msg.quote() + ", MT_ERROR)", 0);
dd(formatException(ex));
client.inputHistoryLogger = null;
}