1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 21:57: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

@@ -2,6 +2,7 @@
<b>Note:</b> 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

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

View File

@@ -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",