diff options
| author | Graham Linden <graham@lindenlab.com> | 2013-08-19 12:10:40 -0700 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2013-08-19 12:10:40 -0700 |
| commit | 3f186aab7737d611e1b8a62e66a79828e3b5ef5b (patch) | |
| tree | a42a19d1ff584a2d074ef9c07f166d0ad47dc7a2 /indra/newview/llnamelistctrl.cpp | |
| parent | 80256fdbf5fe444c177be793b12d0da58ce2b608 (diff) | |
| parent | 171089207b528ab80a954292c127ba77254ee927 (diff) | |
Merge in viewer-release
Diffstat (limited to 'indra/newview/llnamelistctrl.cpp')
| -rwxr-xr-x | indra/newview/llnamelistctrl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llnamelistctrl.cpp b/indra/newview/llnamelistctrl.cpp index 7f396b7b7e..7ddd04fed0 100755 --- a/indra/newview/llnamelistctrl.cpp +++ b/indra/newview/llnamelistctrl.cpp @@ -416,9 +416,9 @@ void LLNameListCtrl::onAvatarNameCache(const LLUUID& agent_id, } -void LLNameListCtrl::updateColumns() +void LLNameListCtrl::updateColumns(bool force_update) { - LLScrollListCtrl::updateColumns(); + LLScrollListCtrl::updateColumns(force_update); if (!mNameColumn.empty()) { |
