Skip to content
Snippets Groups Projects
Commit d6f5e5bc authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-18911 [MAC] My Land Holdings floater crashes when not empty

parent 73933fe7
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ BOOL LLFloaterLandHoldings::postBuild() ...@@ -89,7 +89,7 @@ BOOL LLFloaterLandHoldings::postBuild()
LLUIString areastr = getString("area_string"); LLUIString areastr = getString("area_string");
areastr.setArg("[AREA]", llformat("%d", gAgent.mGroups.at(i).mContribution)); areastr.setArg("[AREA]", llformat("%d", gAgent.mGroups.at(i).mContribution));
element["columns"][1]["column"] = "area"; element["columns"][1]["column"] = "area";
element["columns"][1]["value"] = areastr; element["columns"][1]["value"] = areastr.getString();
element["columns"][1]["font"] = "SANSSERIF"; element["columns"][1]["font"] = "SANSSERIF";
grant_list->addElement(element); grant_list->addElement(element);
......
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