# HG changeset patch # User Atul Varma # Date 1219367671 25200 # Node ID ec86d1e59d44cea1dbf0060137efbc2146f688a8 # Parent 8cafc4c42c297e5e4a280fe43183f4995031a256 Ummm... Oops. When I converted AmbNews annotations to ambnews annotations, I missed a few. diff -r 8cafc4c42c29 -r ec86d1e59d44 ambnews/content/blank.js --- a/ambnews/content/blank.js Thu Aug 21 17:46:17 2008 -0700 +++ b/ambnews/content/blank.js Thu Aug 21 18:14:31 2008 -0700 @@ -13,7 +13,7 @@ // no query parameters will return everything var query = historyService.getNewQuery(); - query.annotation = "AmbNews/feed"; + query.annotation = "ambnews/feed"; // execute the query var result = historyService.executeQuery(query, options); @@ -34,7 +34,7 @@ var annSvc = AmbNews.__getAnnSvc(); var child = root.getChild(childNum); var feedUri = annSvc.getPageAnnotation(AmbNews.url(child.uri), - "AmbNews/feed"); + "ambnews/feed"); childNum++; if (feedUri in shownFeeds) { getNextFeed();