Revert r45247, mail has some lingering issues and needs a harsh reset

This commit is contained in:
Nathan Gray 2014-01-21 09:42:10 +00:00
parent e73eeab637
commit 045d1a3b19

View File

@ -400,6 +400,9 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
}
}, this.activeFilters.col_filter, et2_INextmatchHeader);
// Explicitly the total count to zero, we're going to get some new info
this.controller._grid.setTotalCount(0);
// Trigger an update
this.controller.update(true);
},