mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Ignore siteURI annotation changes that are for the default livemark, not our livemark
This commit is contained in:
parent
a19c377f31
commit
839d05e947
@ -51,7 +51,8 @@ var observer =
|
||||
|
||||
// nsIAnnotationObserver
|
||||
onItemAnnotationSet: function(aItemId, aAnnotationName) {
|
||||
if (aAnnotationName == "livemark/siteURI") {
|
||||
if (aAnnotationName == "livemark/siteURI" &&
|
||||
aItemId == gLivemarkId) {
|
||||
var newSiteURI = annosvc.getItemAnnotation(aItemId, aAnnotationName);
|
||||
ok(newSiteURI == FEEDSITESPEC,
|
||||
"livemark site URI changed to " + newSiteURI + " not to value in feed");
|
||||
|
Loading…
Reference in New Issue
Block a user