diff options
author | dolphin <dolphin@lindenlab.com> | 2013-08-19 09:24:04 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-08-19 09:24:04 -0700 |
commit | b980efd014ddb56650fffeb7968901b8e6bc2837 (patch) | |
tree | 6c21ef82c540379030833af5e1a1aeae999526fd /indra/newview/llpreviewscript.h | |
parent | 02b501e4dc9a389878cd323e4f781bc752fec737 (diff) |
Added experience association info llsidepaneliteminfo for scripts.
Changed the cap which looks up a script association to take a object/item id pair
instead of a asset id.
Updated llpreviewscript to use the new cap (which also improves loading time
since it can be done in parallel with the lsltext retrieval).
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rwxr-xr-x | indra/newview/llpreviewscript.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h index bd594cdb9d..faeb4a5b8a 100755 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -234,9 +234,7 @@ public: static void setAssociatedExperience( LLHandle<LLLiveLSLEditor> editor, const LLSD& experience ); static void onToggleExperience(LLUICtrl *ui, void* userdata); - - void fetchAssociatedExperience(const LLUUID& asset_id); - + void addExperienceInfo( const LLSD& experience, BOOL enabled ); void setExperienceIds(const LLSD& experience_ids); void buildExperienceList(); |