diff options
Diffstat (limited to 'data/lib/otherButtons.js')
-rw-r--r-- | data/lib/otherButtons.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index ef04d19..80d9274 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -95,7 +95,7 @@ function addingEmbelishments(logList) { && (!FillMagicDoneRE.test(getSummary())) && (maintCCAddr == "xgl-maint@redhat.com")) { // Add find chip magic button - fillInChipMagic(logList[0].id); + analyzeXorgLog(logList[0].id, "AnalyzeInterestingLine"); } // Add links for creating new bug in the same product |