1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 10:35:47 +01:00

Fix bookmarks.isBookmarked so we don't get spurious hearts in the status line.

This commit is contained in:
Kris Maglione
2009-09-21 16:24:52 -04:00
parent b5be9418bb
commit 383d4b635a

View File

@@ -606,8 +606,7 @@ function Bookmarks() //{{{
{ {
try try
{ {
let uri = util.newURI(url); return bookmarksService.isBookmarked(util.newURI(url));
return (bookmarksService.getBookmarkedURIFor(uri) != null);
} }
catch (e) catch (e)
{ {