diff options
author | Cho <cho@lindenlab.com> | 2013-03-12 00:56:51 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-03-12 00:56:51 +0100 |
commit | 352138a8486623575ee015c89f3263103b30bef4 (patch) | |
tree | c22d2de2b1d29b2f9774aa7665c4287a97da8f9d /indra/newview/skins/default | |
parent | ca74562a398d487245b112b1ea4cb5baa8ed00d3 (diff) |
ACME-99 FIX Populate the FB tab friends list with FB data
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_people.xml | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index 781a1d773f..cbb6aff4ea 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -585,17 +585,14 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M name="fbctest_panel" top="0" width="313"> - <avatar_list - allow_select="true" - follows="all" - height="356" - layout="topleft" - left="3" - multi_select="true" - name="avatar_list" - show_last_interaction_time="true" - top="0" - width="307" /> + <text + follows="all" + height="356" + layout="topleft" + left="3" + name="fbctest_label" + top="0" + width="307"/> <panel background_visible="true" follows="left|right|bottom" |