fix toolbar flashing on deleting messages r=cavin, sr=sspitzer 100802
git-svn-id: svn://10.0.0.236/trunk@106892 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -667,8 +667,8 @@ NS_IMETHODIMP nsMsgDBView::SelectionChanged()
|
||||
(numSelected > 1 && mNumSelectedRows > 1)) && mOfflineMsgSelected == offlineMsgSelected)
|
||||
{
|
||||
|
||||
}
|
||||
else if (mCommandUpdater) // o.t. push an updated
|
||||
} // don't update commands if we're removing rows, unless it was the last row.
|
||||
else if (mCommandUpdater && (!mRemovingRow || GetSize() == 0)) // o.t. push an updated
|
||||
{
|
||||
mCommandUpdater->UpdateCommandStatus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user