1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 15:07: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) if (bmark[0] == uri.spec)
{ {
var id = bmark[4]; var id = bmark[5];
if (title) if (title)
bookmarksService.setItemTitle(id, title); bookmarksService.setItemTitle(id, title);
break; break;