Skip to content
Snippets Groups Projects
Commit cab52c67 authored by Cinder's avatar Cinder
Browse files

Possible crashfix in profiles

parent 24d36d7d
Branches
Tags
No related merge requests found
...@@ -696,6 +696,7 @@ void LLPanelProfileLegacy::LLPanelProfilePicks::openPickInfo() ...@@ -696,6 +696,7 @@ void LLPanelProfileLegacy::LLPanelProfilePicks::openPickInfo()
if (selected_value.isUndefined()) return; if (selected_value.isUndefined()) return;
LLPickItem* pick = static_cast<LLPickItem*>(mPicksList->getSelectedItem()); LLPickItem* pick = static_cast<LLPickItem*>(mPicksList->getSelectedItem());
if (!pick) return;
LLSD params; LLSD params;
params["pick_id"] = pick->getPickId(); params["pick_id"] = pick->getPickId();
params["avatar_id"] = pick->getCreatorId(); params["avatar_id"] = pick->getCreatorId();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment