diff --git a/Donators b/Donators index 81c110b7..9161970f 100644 --- a/Donators +++ b/Donators @@ -2,6 +2,7 @@ Note: If you don't wish to appear on this list when making a donation, please tell me. 2008: +* Nigel McNie * Ben Damm * Anton Kovalenko * Paulo Tanimoto diff --git a/content/completion.js b/content/completion.js index 734d53be..f4bafcfa 100644 --- a/content/completion.js +++ b/content/completion.js @@ -261,7 +261,9 @@ liberator.Completion = function () //{{{ //var res = "";// + util.objectToString(result) + "\n---\n"; //liberator.log(result.matchCount + " matches: " + result.searchResult); var comp = []; - urlResultsCache = result; + //if (result.searchResult == result.RESULT_SUCCESS) + // urlResultsCache = result; + for (var i = 0; i < result.matchCount; i++) { comp.push([result.getValueAt(i), result.getCommentAt(i)]); diff --git a/content/muttator.js b/content/muttator.js index 3dbffa3e..7986f40a 100644 --- a/content/muttator.js +++ b/content/muttator.js @@ -55,6 +55,8 @@ liberator.config = { function () { openAboutDialog(); }], ["addons", "Manage Add-ons", function () { openAddonsMgr(); }], + ["addressbook", "Address book", + function () { toAddressBook(); }], ["checkupdates", "Check for updates", function () { checkForUpdates(); }], /*["cleardata", "Clear private data",