diff options
| author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-06 11:46:16 -0700 | 
|---|---|---|
| committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-06 11:46:16 -0700 | 
| commit | f6ad5819c15b1acca1a8b6498bc56adf1c0c3ac9 (patch) | |
| tree | 0618f882096a0645ea63cd1e8327df5705b8f41a /indra | |
| parent | e30c0925f517b18830b7a4d520246acd98981ab3 (diff) | |
ACME-326 Populate the list with FB users who use SL but are not yet SL friends: Code cleanup
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llpanelpeople.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp index 56523773b8..b9afe10d84 100644 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -1663,7 +1663,7 @@ void LLPanelPeople::showFacebookFriends(const LLSD& friends)  			model_index = 1;  		} -		//Add to folder view +		//Add to person tab model  		LLPersonTabModel * person_tab_model = dynamic_cast<LLPersonTabModel *>(mPersonFolderView->getPersonTabModelByIndex(model_index));  		if(person_tab_model)  		{ | 
