fix bustage in tab handling due to nsIMessenger chaanges 218999

git-svn-id: svn://10.0.0.236/trunk@228821 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%nventure.com 2007-06-27 05:01:57 +00:00
parent e7b2bb37b3
commit 04796df6bd

View File

@ -1570,7 +1570,7 @@ function OpenFolderTab(tab)
{
ClearThreadPaneSelection();
CreateMessenger();
messenger.SetWindow(window, msgWindow);
messenger.setWindow(window, msgWindow);
tab.msgSelectedFolder = gMsgFolderSelected;
// clear selection, because context clicking on a folder and opening in a new
// tab needs to have SelectFolder think the selection has changed.
@ -1603,7 +1603,7 @@ msgFolderTab.prototype =
if (this.dbView)
this.dbView.close();
if (this.messenger)
this.messenger.SetWindow(null, null);
this.messenger.setWindow(null, null);
},
saveCurrentInfo : function()
@ -1641,7 +1641,7 @@ msgMessageTab.prototype =
if (this.dbView)
this.dbView.close();
if (this.messenger)
this.messenger.SetWindow(null, null);
this.messenger.setWindow(null, null);
},
saveCurrentInfo : function()
{