X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=chrome%2Fcontent%2Ficedeb.js;h=262f09d8bbfcde262b52d71b2316d9ba160c9263;hp=19cf1207f1a64fc3dc798c94ddb04d43353270ee;hb=f7916fc170751450d5c603471a7ebf7f41f8c600;hpb=cf48a5c534dc3c9b62246b298be6c15e3d6e7737 diff --git a/chrome/content/icedeb.js b/chrome/content/icedeb.js index 19cf120..262f09d 100644 --- a/chrome/content/icedeb.js +++ b/chrome/content/icedeb.js @@ -8,6 +8,9 @@ IceDeb = { .createInstance(Components.interfaces.nsITransferable); if (!trans) return null; + if (typeof(trans.init) === 'function') + trans.init(null); + trans.addDataFlavor("text/unicode"); clip.getData(trans, clip.supportsSelectionClipboard() @@ -61,7 +64,7 @@ IceDeb = { lookup_pts: function(in_new) { var pkg = IceDeb.trim_keyword(IceDeb.getClipboardText()); if (!pkg) return null; - var uri="http://packages.qa.debian.org/" + pkg; + var uri="https://tracker.debian.org/" + pkg; if (in_new) { var b = getBrowser();