diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2014-04-07 15:58:23 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2014-04-07 15:58:23 -0400 |
commit | 220b4166e7f454cfc7937e95c2e7977958f1710e (patch) | |
tree | 4ea8c027f5cb313e2ad793dddeda1673abd7e5f2 /indra/llui/llnotifications.cpp | |
parent | 7e966f28da79d2d24f93a2615c8807421300700c (diff) | |
parent | ba892274b393550be3cc7a25ff0e8f86cc1344a9 (diff) |
Automated merge with http://hg.secondlife.com/viewer-release
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 5c288c3f03..99641ae104 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)); } |