diff -r 5e349dbe9cc8 -r a95898685b2d doc/contributions.txt --- a/doc/contributions.txt Sat May 07 10:11:40 2011 -0400 +++ b/doc/contributions.txt Thu May 12 11:42:46 2011 +0100 @@ -365,6 +365,7 @@ CT-325 Ima Mechanique OPEN-61 + STORM-1175 Irene Muni CT-324 CT-352 @@ -448,6 +449,7 @@ STORM-799 STORM-800 STORM-1001 + STORM-1175 VWR-24217 Kunnis Basiat VWR-82 diff -r 5e349dbe9cc8 -r a95898685b2d indra/llui/llnotifications.cpp --- a/indra/llui/llnotifications.cpp Sat May 07 10:11:40 2011 -0400 +++ b/indra/llui/llnotifications.cpp Thu May 12 11:42:46 2011 +0100 @@ -1532,7 +1532,7 @@ // 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,