handler/PadMessageHandler: fix minor bug I introduced

This commit is contained in:
booo 2011-12-22 23:30:07 +01:00
parent 095ab1ced0
commit 8ac872bea8

View file

@ -767,7 +767,7 @@ function handleClientReady(client, message)
atext.attribs = attribsForWire.translated;
//check if abiword is avaiable
var abiwordAvailable = settings.abiword = null ? "yes" : "no";
var abiwordAvailable = settings.abiword ? "yes" : "no";
if(settings.abiword && os.type().indexOf("Windows") != -1)
{
abiwordAvailable = "withoutPDF";