diff options
author | Jacek Antonelli | 2008-08-15 23:45:14 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:14 -0500 |
commit | 075b5b41dcf4be2c33a4473889fefcbffb1a8fe5 (patch) | |
tree | 945b9c3a40691e01cd67f6f94324f8b3ded61574 /linden/indra/newview/llinventorymodel.h | |
parent | Second Life viewer sources 1.18.4.1-RC (diff) | |
download | meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.zip meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.tar.gz meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.tar.bz2 meta-impy-075b5b41dcf4be2c33a4473889fefcbffb1a8fe5.tar.xz |
Second Life viewer sources 1.18.4.2-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llinventorymodel.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventorymodel.h b/linden/indra/newview/llinventorymodel.h index e321f1f..b560aea 100644 --- a/linden/indra/newview/llinventorymodel.h +++ b/linden/indra/newview/llinventorymodel.h | |||
@@ -237,7 +237,10 @@ public: | |||
237 | // category is not necessarily only for that type. *NOTE: This | 237 | // category is not necessarily only for that type. *NOTE: This |
238 | // will create a new inventory category on the fly if one does not | 238 | // will create a new inventory category on the fly if one does not |
239 | // exist. | 239 | // exist. |
240 | LLUUID findCategoryUUIDForType(LLAssetType::EType preferred_type); | 240 | |
241 | // SDK: Added flag to specify whether the folder should be created if not found. This fixes the horrible | ||
242 | // multiple trash can bug. | ||
243 | LLUUID findCategoryUUIDForType(LLAssetType::EType preferred_type, bool create_folder = true); | ||
241 | 244 | ||
242 | // Call this method when it's time to update everyone on a new | 245 | // Call this method when it's time to update everyone on a new |
243 | // state, by default, the inventory model will not update | 246 | // state, by default, the inventory model will not update |