1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 06:14:11 +01:00

Add some rudimentary extension related commands.

Adds :extadd, :extdelete, :extdisable, :extenable, :extensions.
This commit is contained in:
Doug Kearns
2009-07-07 21:37:41 +10:00
parent 3a904b16d9
commit 4df207e6e5
10 changed files with 292 additions and 43 deletions

View File

@@ -49,10 +49,7 @@ function Addressbook() //{{{
return "";
}
function getDirectoryFromURI(uri)
{
return rdf.GetResource(uri).QueryInterface(Ci.nsIAbDirectory);
}
function getDirectoryFromURI(uri) services.get("rdf").GetResource(uri).QueryInterface(Ci.nsIAbDirectory)
/////////////////////////////////////////////////////////////////////////////}}}
////////////////////// OPTIONS /////////////////////////////////////////////////