Skip to content

Commit

Permalink
Fixing naving's bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
caillon%returnzero.com committed Aug 7, 2002
1 parent 2f1ff8b commit cb2b6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailnews/base/src/nsMsgThreadedDBView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ NS_IMETHODIMP nsMsgThreadedDBView::ReloadFolderAfterQuickSearch()
nsMsgViewIndex resultIndex;
nsMsgKey resultKey;
nsMsgViewIndex threadIndex;
ViewNavigate(nsMsgNavigationType.firstNew, &resultKey, &resultIndex, &threadIndex, PR_TRUE);
ViewNavigate(nsMsgNavigationType::firstNew, &resultKey, &resultIndex, &threadIndex, PR_TRUE);
if (mTree && resultKey != nsMsgKey_None && resultIndex != nsMsgViewIndex_None)
mTree->EnsureRowIsVisible(resultIndex);
}
Expand Down

0 comments on commit cb2b6ab

Please sign in to comment.