1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 04:07:58 +01:00

[muttator] :dialog addressbook

This commit is contained in:
Martin Stubenschrott
2008-06-19 23:40:25 +00:00
parent 66fce80127
commit adcdbde3db
3 changed files with 6 additions and 1 deletions

View File

@@ -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)]);