From 83b84fb5e6e28d189179284bd3730d74717cd3da Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 14 May 2011 13:12:06 +0200 Subject: New release 0.105. * bumping the metadata * when doing makeBacktraceAttachment conditional, we could loose titleParsedAttachment, which we need in RHBZInit. Moved to rhbzpage.js --- data/rhlib/rhbzpage.js | 1 + 1 file changed, 1 insertion(+) (limited to 'data/rhlib/rhbzpage.js') diff --git a/data/rhlib/rhbzpage.js b/data/rhlib/rhbzpage.js index 8b1ac2f..99cd276 100644 --- a/data/rhlib/rhbzpage.js +++ b/data/rhlib/rhbzpage.js @@ -15,6 +15,7 @@ var RawhideColor = new Color(0, 119, 0); // or "green", or RGB 0, 119, 0, or // HSL // 120, 0, 23 var RHITColor = new Color(102, 0, 102); // RGB 102, 0, 102; HSL 300, 0, 20 +var titleParsedAttachment = "Part of the thread where crash happened"; // [ 126.386] (--) NOUVEAU(0): Chipset: "NVIDIA NVaf" var logAnalyzeLogic = { -- cgit