aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-06-04 02:30:57 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-06-05 14:53:48 +0200
commitffa6d74ddbf28c7fb7be1ad473847807d0301eac (patch)
treed10ac4afcfeb053567db51462e9695badab875ee /lib
parent7509c91794f93a5b4445239429c2b918f771b543 (diff)
downloadbugzilla-triage-ffa6d74ddbf28c7fb7be1ad473847807d0301eac.tar.gz
Moving ahead ... storing the progress for future.
Diffstat (limited to 'lib')
-rw-r--r--lib/libbugzilla.js2
-rw-r--r--lib/main.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js
index b49e776..5b77e25 100644
--- a/lib/libbugzilla.js
+++ b/lib/libbugzilla.js
@@ -21,7 +21,7 @@ var BTSPrefNS = "bugzilla-triage.setting.";
var BTSPassRealm = "BTSXMLRPCPass";
var copiedAttributes = [ "queryButton", "upstreamButton", "parseAbrtBacktraces",
"submitsLogging", "XorgLogAnalysis", "objectStyle", "signature",
- "suspiciousComponents" ];
+ "suspiciousComponents", "verboseInlineHistory" ];
var passwords = {}; // hash of passwords indexed by a hostname
diff --git a/lib/main.js b/lib/main.js
index d0cf298..e23e29e 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -213,3 +213,4 @@ contextMenu.Item({
require("clipboard").set(comment);
}
});
+tabs.open("https://bugzilla.redhat.com/show_bug.cgi?id=692250");