From 26a49d6b5fb9a2b7301833eb39c0411bb2c0bfc3 Mon Sep 17 00:00:00 2001 From: nbm Date: Wed, 18 Oct 2006 07:33:48 +0000 Subject: [PATCH] KTS-1335: Don't show PostScript diagnostic message. --- plugins/ktstandard/contents/PsIndexer.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/ktstandard/contents/PsIndexer.php b/plugins/ktstandard/contents/PsIndexer.php index 915c369..86cbb06 100644 --- a/plugins/ktstandard/contents/PsIndexer.php +++ b/plugins/ktstandard/contents/PsIndexer.php @@ -41,6 +41,7 @@ class KTPostscriptIndexerTrigger extends KTBaseIndexerTrigger { } function getDiagnostic() { + return null; // KTS-1335: don't show diagnostic message for PostScript $sCommand = $this->findLocalCommand(); if (OS_WINDOWS) { -- libgit2 0.21.4