diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-19 12:07:41 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-19 12:07:41 -0400 |
commit | 78cad5181839c530f32c7e50791933dc00a3df6d (patch) | |
tree | 9648f16aa8297f6523995337ddb2ed50aa2330d9 /indra/llui | |
parent | 196b4d5704e4284bdeca54362a09a4c1b33cbf5e (diff) | |
parent | a461aedf2e3495ccbce4c74f7e7f9d8aed90adc0 (diff) |
merge changes for STORM-1259 and STORM-1175
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llnotifications.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index bdac125eb0..6085c61f9a 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -1532,7 +1532,7 @@ bool LLNotifications::loadVisibilityRules() // Add a simple notification (from XUI) void LLNotifications::addFromCallback(const LLSD& name) { - add(LLNotification::Params().name(name.asString())); + add(name.asString(), LLSD(), LLSD()); } LLNotificationPtr LLNotifications::add(const std::string& name, |