aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llgroupnotify.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:54 -0500
committerJacek Antonelli2008-08-15 23:45:54 -0500
commitd0b03a62fd799317d5da0bd56615739ce3b5b052 (patch)
tree8bc79bbbb52e18294f62810d9fa66ce136f90e2d /linden/indra/newview/llgroupnotify.cpp
parentSecond Life viewer sources 1.20.8 (diff)
downloadmeta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.zip
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.gz
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.bz2
meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.xz
Second Life viewer sources 1.20.9
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}