1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 15:22:26 +01:00

rename the BookmarkPost autocommand event to BookmarkAdd

This commit is contained in:
Doug Kearns
2008-09-10 15:33:27 +00:00
parent ab20cc4e25
commit 1d83391c54
3 changed files with 3 additions and 3 deletions

View File

@@ -268,7 +268,7 @@ liberator.Bookmarks = function () //{{{
//also update bookmark cache
bookmarks.unshift([url, title, keyword, tags || []]);
liberator.autocommands.trigger("BookmarkPost", "");
liberator.autocommands.trigger("BookmarkAdd", "");
return true;
},