226857: Normandy landing didn't include kini's notification center fix.

git-svn-id: svn://10.0.0.236/trunk@4882 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana
1998-07-02 01:31:12 +00:00
parent abfc075e28
commit d42d73c42b
4 changed files with 183 additions and 40 deletions

View File

@@ -1076,12 +1076,14 @@ XFE_ThreadView::loadFolder(MSG_FolderInfo *folderInfo)
char *window_title;
int window_title_length;
// must be valid.
XP_ASSERT(folderInfo);
if (!folderInfo) return;
// only need to do everything below here if the folder being
// loaded is different than what's currently displayed.
if (m_folderInfo != folderInfo) {
// must be valid.
XP_ASSERT(folderInfo);
// clear the currently display message, since we're in a different folder now.
DD(printf("Load Folder: Blank out message view...\n");)