From 63c0e1c9ebeacb7bf103fcd35f7ee03d5f432756 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 5 May 2011 18:41:00 +0200 Subject: Add makeJSONRPCCallWithLogin, and other small issues. * Release 0.102 * Don't react on bugzilla.gnome.org per default * Simplify handling of preferences and debugging output. --- data/lib/otherButtons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/lib') diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index 6bcc043..6fa48e0 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -113,7 +113,7 @@ function addingEmbelishments(list) { } // TODO Get compiz bugs as well - if ((new Boolean(constantData.chipNames)) && (list[0].length > 0) + if ((new Boolean(constantData.chipNames)) && (list.length > 0) && (!FillMagicDoneRE.test(getSummary())) && (maintCCAddr == "xgl-maint@redhat.com")) { // Add find chip magic button -- cgit