diff options
author | McCabe Maxsted | 2009-06-07 23:14:43 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-07 23:14:43 -0700 |
commit | e0a70bea805cf07b92efabca15ffe56a777f90ac (patch) | |
tree | 2c93d38e210832e737d09cff7561373d8d5453b2 /linden/indra/newview/llfloaterbulkpermission.cpp | |
parent | 1.1 version final (diff) | |
parent | Merge branch 'sl-base-1.22' into next (diff) | |
download | meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.zip meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.tar.gz meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.tar.bz2 meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.tar.xz |
Moved base up to 1.22
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterbulkpermission.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterbulkpermission.cpp b/linden/indra/newview/llfloaterbulkpermission.cpp index 29d94bc..e66d1af 100644 --- a/linden/indra/newview/llfloaterbulkpermission.cpp +++ b/linden/indra/newview/llfloaterbulkpermission.cpp | |||
@@ -208,8 +208,7 @@ void LLFloaterBulkPermission::doApply() | |||
208 | q=(LLFloaterBulkPermission*)this; | 208 | q=(LLFloaterBulkPermission*)this; |
209 | 209 | ||
210 | BulkQueueObjects func(q); | 210 | BulkQueueObjects func(q); |
211 | const bool firstonly = false; | 211 | bool fail = LLSelectMgr::getInstance()->getSelection()->applyToObjects(&func); |
212 | bool fail = LLSelectMgr::getInstance()->getSelection()->applyToObjects(&func, firstonly); | ||
213 | if(fail) | 212 | if(fail) |
214 | { | 213 | { |
215 | if ( !func.modifiable ) | 214 | if ( !func.modifiable ) |