diff options
author | Ima Mechanique <none@none> | 2011-05-12 11:42:46 +0100 |
---|---|---|
committer | Ima Mechanique <none@none> | 2011-05-12 11:42:46 +0100 |
commit | ad0cb157fe6de4ac9c2b14e74dd41fd5515c2d23 (patch) | |
tree | a4fbf9bcb9ab9a59fa04c1ce2b071253a562c597 /indra | |
parent | 510283ce83f152a01887b535f24b29cf2ee95968 (diff) |
STORM-1175 Fixing close button, for Custom Port warning, in Preferences => Setup => Network.
Diffstat (limited to 'indra')
-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, |