From 48a75e9963d6e4f857fa14232ee5d7847f57c329 Mon Sep 17 00:00:00 2001
From: Andrew Polunin <apolunin@productengine.com>
Date: Tue, 1 Dec 2009 18:17:38 +0200
Subject: implemented normal task EXT-2471 llLoadURL should be handled also by
 Chiclet subsystem along with Notificaton subsystem

--HG--
branch : product-engine
---
 indra/newview/llscriptfloater.cpp | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'indra')

diff --git a/indra/newview/llscriptfloater.cpp b/indra/newview/llscriptfloater.cpp
index c58caf9c60..7c4f3d3608 100644
--- a/indra/newview/llscriptfloater.cpp
+++ b/indra/newview/llscriptfloater.cpp
@@ -41,6 +41,7 @@
 #include "llscreenchannel.h"
 #include "lltoastnotifypanel.h"
 #include "llviewerwindow.h"
+#include "llimfloater.h"
 
 //////////////////////////////////////////////////////////////////////////
 //////////////////////////////////////////////////////////////////////////
@@ -212,6 +213,8 @@ void LLScriptFloaterManager::onAddNotification(const LLUUID& notification_id)
 	mNotifications.insert(std::make_pair(object_id, nd));
 
 	LLBottomTray::getInstance()->getChicletPanel()->createChiclet<LLScriptChiclet>(object_id);
+
+	toggleScriptFloater(object_id);
 }
 
 void LLScriptFloaterManager::onRemoveNotification(const LLUUID& notification_id)
-- 
cgit v1.2.3