Bug 287284: Invalid RSS Feeds are not removed correctly

Bug 287288: Feeds do not appear in RSS Subscriptions until the list is reopened
Bug 287289: Incorrect DOCTYPE set on feed-subscriptions.xul
p=me r/sr=mscott
This commit is contained in:
bugzilla%arlen.demon.co.uk 2005-03-22 23:26:57 +00:00
Родитель 7be0b0b8dc
Коммит ea19d22f4d
3 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -203,7 +203,7 @@ Feed.prototype =
{
if (aFeed.downloadCallback)
aFeed.downloadCallback.downloaded(aFeed, kNewsBlogInvalidFeed);
FeedCache.removeFeed(url);
FeedCache.removeFeed(aFeed.url);
}
},

Просмотреть файл

@ -892,6 +892,7 @@ function refreshSubscriptionView()
{
gFeedSubscriptionsWindow.loadSubscriptions();
gFeedSubscriptionsWindow.mTree.treeBoxObject.invalidate();
gFeedSubscriptionsWindow.mTree.treeBoxObject.view = gFeedSubscriptionsWindow.mView;
if (gFeedSubscriptionsWindow.mView.rowCount > 0)
gFeedSubscriptionsWindow.mTree.view.selection.select(0);
}

Просмотреть файл

@ -40,7 +40,7 @@
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://messenger-newsblog/skin/feed-subscriptions.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://messenger-newsblog/locale/feed-subscriptions.dtd">
<!DOCTYPE window SYSTEM "chrome://messenger-newsblog/locale/feed-subscriptions.dtd">
<window id="subscriptionsDialog"
title="&newsBlogSubscriptions.label;"