summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-04-22 12:47:06 +0300
committerMike Antipov <mantipov@productengine.com>2010-04-22 12:47:06 +0300
commit41d860deb617c9e32a1eafe7e56fc03f0be545c5 (patch)
tree70f68005193d1d4eee1ad6b60cb2fa7f9571ca59 /indra/newview
parent40df6a5c868876e935428399db8fe325e11b5178 (diff)
Fixed critical bug EXT-6990 ( Unable to select group on 'People->My groups' tab)
This is workaroung to actually enable selection functionality in that tab. Copied default "allow_select" value from widget to group list xml. Trivial change, not reviewed. Real reason is that for some reason base attributes are not loaded from the flat_list_view.xml file. It is investigated in scope of EXT-6990. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/skins/default/xui/en/panel_people.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml
index cc579cdd7a..fa4213667b 100644
--- a/indra/newview/skins/default/xui/en/panel_people.xml
+++ b/indra/newview/skins/default/xui/en/panel_people.xml
@@ -299,6 +299,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M
Values are set from appropriate strings at the top of file via LLPeoplePanel::postBuild()
-->
<group_list
+ allow_select="true"
background_visible="true"
bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2"