From 1f3d4ed06c1ffdfb1a24d9144ab801e196c87fc4 Mon Sep 17 00:00:00 2001
From: Eugene Mutavchi <emutavchi@productengine.com>
Date: Thu, 22 Apr 2010 13:47:14 +0300
Subject: [PATCH] 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
---
 indra/newview/llnamelistctrl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llnamelistctrl.cpp b/indra/newview/llnamelistctrl.cpp
index 9611c286eb2..d605d4430e8 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
-- 
GitLab