diff options
author | Oz Linden <oz@lindenlab.com> | 2014-05-07 15:41:27 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-05-07 15:41:27 -0400 |
commit | 618a409e13f11ce9ded294936e1f7c1d3d1e1efc (patch) | |
tree | 8d579722688fabf5f7407738278275be82f7a592 /indra/llui/llnotifications.cpp | |
parent | 1e851a2eb70e5f6b12a47c382efb3b9b17674993 (diff) | |
parent | b4796595f27f2fdaa71e451aea86bfa386a1f4f7 (diff) |
merge changes for DRTVWR-363
Diffstat (limited to 'indra/llui/llnotifications.cpp')
-rwxr-xr-x | indra/llui/llnotifications.cpp | 1 |
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)); } |