Mercurial > ambnews-firefox
changeset 6:ec86d1e59d44
Ummm... Oops. When I converted AmbNews annotations to ambnews annotations, I missed a few.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 21 Aug 2008 18:14:31 -0700 |
parents | 8cafc4c42c29 |
children | 1ae3899f35a3 |
files | ambnews/content/blank.js |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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();