diff --git a/content/bookmarks.js b/content/bookmarks.js index 311ebb96..f29609a9 100644 --- a/content/bookmarks.js +++ b/content/bookmarks.js @@ -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; }, diff --git a/content/vimperator.js b/content/vimperator.js index 71210c6b..80432842 100644 --- a/content/vimperator.js +++ b/content/vimperator.js @@ -38,7 +38,7 @@ liberator.config = { //{{{ get visualbellWindow() { return getBrowser().mPanelContainer; }, - autocommands: [["BookmarkPost", "Triggered after a page is bookmarked"], + autocommands: [["BookmarkAdd", "Triggered after a page is bookmarked"], ["LocationChange", "Triggered when changing tabs or when naviagtion to a new location"], ["PageLoadPre", "Triggered after a page load is initiated"], ["PageLoad", "Triggered when a page gets (re)loaded/opened"], diff --git a/locale/en-US/autocommands.txt b/locale/en-US/autocommands.txt index f7f164c4..608754ea 100644 --- a/locale/en-US/autocommands.txt +++ b/locale/en-US/autocommands.txt @@ -20,7 +20,7 @@ Add {cmd} to the list of commands Vimperator will execute on {event} for a URL m Available {events}: `----------------`-------------------------------------------- -*BookmarkPost* Triggered after a page is bookmarked +*BookmarkAdd* Triggered after a page is bookmarked *LocationChange* Triggered when changing tabs or when navigating to a new location *PageLoadPre* Triggered after a page load is initiated. *PageLoad* Triggered when a page gets (re)loaded/opened