diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-04-22 13:47:14 +0300 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-04-22 13:47:14 +0300 |
commit | 1f3d4ed06c1ffdfb1a24d9144ab801e196c87fc4 (patch) | |
tree | 00766b0ec3594e16c0d08991f1e477f0a813989f /indra/newview/llnamelistctrl.cpp | |
parent | edd0e47d5cb3eb173da4d6710ce6a83f771a0246 (diff) |
Fixed major bug EXT-6900(Temporary bans do not show minute countdown in Parcel Ban List) - fixed the passing of suffix argument to LLNameListCtrl::addNameItemRow().
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/296/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnamelistctrl.cpp')
-rw-r--r-- | indra/newview/llnamelistctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnamelistctrl.cpp b/indra/newview/llnamelistctrl.cpp index 9611c286eb..d605d4430e 100644 --- a/indra/newview/llnamelistctrl.cpp +++ b/indra/newview/llnamelistctrl.cpp @@ -81,7 +81,7 @@ void LLNameListCtrl::addNameItem(const LLUUID& agent_id, EAddPosition pos, item.enabled = enabled; item.target = INDIVIDUAL; - addNameItemRow(item, pos); + addNameItemRow(item, pos, suffix); } // virtual, public |