summaryrefslogtreecommitdiff
path: root/indra/llui/llnotifications.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-05-07 15:41:27 -0400
committerOz Linden <oz@lindenlab.com>2014-05-07 15:41:27 -0400
commit618a409e13f11ce9ded294936e1f7c1d3d1e1efc (patch)
tree8d579722688fabf5f7407738278275be82f7a592 /indra/llui/llnotifications.cpp
parent1e851a2eb70e5f6b12a47c382efb3b9b17674993 (diff)
parentb4796595f27f2fdaa71e451aea86bfa386a1f4f7 (diff)
merge changes for DRTVWR-363
Diffstat (limited to 'indra/llui/llnotifications.cpp')
-rwxr-xr-xindra/llui/llnotifications.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp
index 025cd81d92..de14391d1f 100755
--- a/indra/llui/llnotifications.cpp
+++ b/indra/llui/llnotifications.cpp
@@ -1189,6 +1189,7 @@ void LLNotificationChannel::connectToChannel( const std::string& channel_name )
}
else
{
+ mParents.push_back(channel_name);
LLNotificationChannelPtr p = LLNotifications::instance().getChannel(channel_name);
p->connectChanged(boost::bind(&LLNotificationChannelBase::updateItem, this, _1));
}