1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 04:54:12 +01:00

Don't use a popuppanel for the visual bell if possible.

Update issue #125
This should no longer be a problem after tonight's nightly on
Firefox 4.
This commit is contained in:
Kris Maglione
2010-11-09 16:47:01 -05:00
parent ce679ddae0
commit 75b5522073
3 changed files with 23 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ const Bookmarks = Module("bookmarks", {
try {
let uri = util.createURI(url);
if (!force && bookmarks.isBookmarked(uri.spec))
if (!force && this.isBookmarked(uri.spec))
for (let bmark in bookmarkcache)
if (bmark.url == uri.spec) {
var id = bmark.id;