only making the buttons active on the first click leads to weird race

conditions.
This commit is contained in:
Jesse Vincent 2009-11-27 03:28:16 +00:00
parent f4b9edfdca
commit ae33aab57a

View file

@ -2174,7 +2174,7 @@ public class MessageList
if (isChecked)
{
mSelectedCount++;
if (mSelectedCount==1)
if (mSelectedCount > 0)
{
enableBatchButtons();