diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-07-30 19:11:03 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-07-30 19:11:03 -0700 |
commit | 61fe64d31e8f4d519ecc1428720e30dbbd5d8900 (patch) | |
tree | 6ee64a5a003f5a7b9bef300ed6c17e2a7b618db5 /indra/newview/llappearancemgr.cpp | |
parent | b57d8e9c06e01cc6aa2eca17fa80da0a36a52b91 (diff) | |
parent | de4b362839adbac123010b294e5c52fad90965b3 (diff) |
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 6d67e098a6..510abf198a 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -2330,7 +2330,7 @@ void LLAppearanceMgr::copyLibraryGestures() // Copy gestures LLUUID lib_gesture_cat_id = - gInventory.findCategoryUUIDForType(LLFolderType::FT_GESTURE,false,true); + gInventory.findLibraryCategoryUUIDForType(LLFolderType::FT_GESTURE,false); if (lib_gesture_cat_id.isNull()) { llwarns << "Unable to copy gestures, source category not found" << llendl; |