summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorpavelkproductengine <none@none>2015-01-12 18:25:28 +0200
committerpavelkproductengine <none@none>2015-01-12 18:25:28 +0200
commit23ae6d098a9520d325354e15bdca60d3c44577e8 (patch)
tree71a1989a03d6bc5f98548040281b597d090f8890 /indra/newview
parente5d6a14f05f857ecbbbd9b464db3ece82d1d099f (diff)
MAINT-4734 (Separate transaction notices from group notice/invites) - fixed Mac build
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaternotificationstabbed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaternotificationstabbed.cpp b/indra/newview/llfloaternotificationstabbed.cpp
index 09f0a0ed5e..bdc10cfa63 100644
--- a/indra/newview/llfloaternotificationstabbed.cpp
+++ b/indra/newview/llfloaternotificationstabbed.cpp
@@ -341,7 +341,7 @@ void LLFloaterNotificationsTabbed::onStoreToast(LLPanel* info_panel, LLUUID id)
LLSD payload = toast->getNotification()->getPayload();
LLDate time_stamp = toast->getNotification()->getDate();
p.group_id = payload["group_id"];
- p.sender = payload["name"];
+ p.sender = payload["name"].asString();
p.time_stamp = time_stamp;
addItem(p);
}