Bug 423877 - createLivemark fails if created feed cannot be loaded (for toddsf@gmail.com, r=dietrich, a=beltzner)

git-svn-id: svn://10.0.0.236/trunk@248890 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dietrich%mozilla.com 2008-03-31 15:59:12 +00:00
parent e56db175bc
commit 30b75a645f

View File

@ -199,7 +199,8 @@ LivemarkService.prototype = {
_pushLivemark: function LS__pushLivemark(aFolderId, aFeedURI) {
// returns new length of _livemarks
return this._livemarks.push({folderId: aFolderId, feedURI: aFeedURI});
return this._livemarks.push({folderId: aFolderId, feedURI: aFeedURI,
loadingId: -1});
},
_getLivemarkIndex: function LS__getLivemarkIndex(aFolderId) {