зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
7be0b0b8dc
Коммит
ea19d22f4d
|
@ -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;"
|
||||
|
|
Загрузка…
Ссылка в новой задаче