Fix to bookmarks so that when you add your first, the bookmark menu entri is enabled.

git-svn-id: svn://10.0.0.236/trunk@185605 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com 2005-12-02 20:57:24 +00:00
parent fc92fb40ad
commit 762e4343a0

View File

@ -801,7 +801,7 @@ function BrowserBookmarkThis() {
newLi.appendChild(bmContent);
gBookmarksDoc.getElementsByTagName("bm")[0].appendChild(newLi);
storeBookmarks();
refreshBookmarks();
}
function BrowserBookmark() {