diff options
author | Richard Linden <none@none> | 2011-02-25 13:48:20 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-25 13:48:20 -0800 |
commit | 31d0bf5ba5dd5e1df6c42dd19ce63ef3978a2f4c (patch) | |
tree | 16eb494ad9ee76984a5dcca213c8aa6b107232b4 /indra/llui/llradiogroup.cpp | |
parent | 5663ef405d3340a542bb4ecb6375f3d54966490a (diff) |
updates destination guide and avatar picker urls
added close button to destination guide and avatar picker
Diffstat (limited to 'indra/llui/llradiogroup.cpp')
-rw-r--r-- | indra/llui/llradiogroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llradiogroup.cpp b/indra/llui/llradiogroup.cpp index 6e9586369f..3a12debf7e 100644 --- a/indra/llui/llradiogroup.cpp +++ b/indra/llui/llradiogroup.cpp @@ -346,7 +346,7 @@ void LLRadioGroup::setValue( const LLSD& value ) } else { - llwarns << "LLRadioGroup::setValue: value not found: " << value.asString() << llendl; + setSelectedIndex(-1, TRUE); } } } |