aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llgroupnotify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llgroupnotify.cpp')
-rw-r--r--linden/indra/newview/llgroupnotify.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llgroupnotify.cpp b/linden/indra/newview/llgroupnotify.cpp
index d760e8b..bef8eb5 100644
--- a/linden/indra/newview/llgroupnotify.cpp
+++ b/linden/indra/newview/llgroupnotify.cpp
@@ -414,7 +414,14 @@ void LLGroupNotifyBox::moveToBack()
414 if (sGroupNotifyBoxCount > 1) 414 if (sGroupNotifyBoxCount > 1)
415 { 415 {
416 LLView* view = gNotifyBoxView->getFirstChild(); 416 LLView* view = gNotifyBoxView->getFirstChild();
417
418 llassert_always(view) ;
419 llassert_always(view->getName() == "groupnotify");
420
417 LLGroupNotifyBox* front = (LLGroupNotifyBox*)view; 421 LLGroupNotifyBox* front = (LLGroupNotifyBox*)view;
422
423 llassert_always(front->mNextBtn) ;
424
418 front->mNextBtn->setVisible(TRUE); 425 front->mNextBtn->setVisible(TRUE);
419 } 426 }
420} 427}