1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 13:47:59 +01:00

Fix the index of the bmark object.

This commit is contained in:
anekos
2008-12-17 03:39:55 +09:00
parent 548ab8fb50
commit dafccd969a

View File

@@ -409,7 +409,7 @@ function Bookmarks() //{{{
{
if (bmark[0] == uri.spec)
{
var id = bmark[4];
var id = bmark[5];
if (title)
bookmarksService.setItemTitle(id, title);
break;