MAINT-4734 (Separate transaction notices from group notice/invites) - fixed Mac build

master
pavelkproductengine 2015-01-12 18:25:28 +02:00
parent e5d6a14f05
commit 23ae6d098a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}