From ad0cb157fe6de4ac9c2b14e74dd41fd5515c2d23 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Thu, 12 May 2011 11:42:46 +0100 Subject: STORM-1175 Fixing close button, for Custom Port warning, in Preferences => Setup => Network. --- indra/llui/llnotifications.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llui') 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, -- cgit v1.2.3