TESTING - temp checkin of bug 384370 (r=mconnor)

This commit is contained in:
2008-03-04 13:23:04 -08:00
parent c8650f0478
commit 6da087308d
35 changed files with 802 additions and 1397 deletions

View File

@@ -129,7 +129,7 @@ function (aTitle, aContentURL, aCustomizeURL, aPersist)
}
catch(ex) { return; }
win.PlacesUtils.showMinimalAddBookmarkUI(uri, aTitle, null, null, true, true);
win.PlacesUIUtils.showMinimalAddBookmarkUI(uri, aTitle, null, null, true, true);
}
nsSidebar.prototype.validateSearchEngine =