From 1ab7b8a2823d81ca47ede5b1a12e6d822e6af4f9 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 4 Nov 2008 01:51:18 +0000 Subject: [PATCH] for now i have to disable the tabnumber code, as it breaks *completions* in muttator. Sick, yes, but that's due to: No chrome package registered for chrome://browser/locale/tabbrowser.dtd Error: undefined entity Source File: file:///home/maxauthority/code/muttator/src/content/bindings.xml Line: 23, Column: 9 Source Code: - @@ -34,7 +34,7 @@ - + diff --git a/content/ui.js b/content/ui.js index 99873608..dd47727f 100644 --- a/content/ui.js +++ b/content/ui.js @@ -1382,7 +1382,7 @@ function ItemList(id) //{{{ template.map(util.range(0, maxItems), function (i) ) } - ; + ; let dom = util.xmlToDom(div, doc);