Skip to content
Snippets Groups Projects
Commit 1f3d4ed0 authored by Eugene Mutavchi's avatar Eugene Mutavchi
Browse files

Fixed major bug EXT-6900(Temporary bans do not show minute countdown in Parcel...

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
parent edd0e47d
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ void LLNameListCtrl::addNameItem(const LLUUID& agent_id, EAddPosition pos, ...@@ -81,7 +81,7 @@ void LLNameListCtrl::addNameItem(const LLUUID& agent_id, EAddPosition pos,
item.enabled = enabled; item.enabled = enabled;
item.target = INDIVIDUAL; item.target = INDIVIDUAL;
addNameItemRow(item, pos); addNameItemRow(item, pos, suffix);
} }
// virtual, public // virtual, public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment