diff options
author | pavelk_productengine <pavelkproductengine@lindenlab.com> | 2015-02-24 17:27:00 +0200 |
---|---|---|
committer | pavelk_productengine <pavelkproductengine@lindenlab.com> | 2015-02-24 17:27:00 +0200 |
commit | 575b750d1c1d3de2c86ad80759a2ba51d671344a (patch) | |
tree | 1fc648364d7e161336dca238cf3dc57682ede363 /indra/newview/llgroupiconctrl.cpp | |
parent | 9d8bbe16007ef9292a04856f55f71016cf1220bf (diff) |
MAINT-4734 (Separate transaction notices from group notice/invites)
- introduced expanded notification view and general condense/expand behaviour
for all types of notifications
Diffstat (limited to 'indra/newview/llgroupiconctrl.cpp')
-rwxr-xr-x | indra/newview/llgroupiconctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgroupiconctrl.cpp b/indra/newview/llgroupiconctrl.cpp index 6abf9ea637..26680e1ea5 100755 --- a/indra/newview/llgroupiconctrl.cpp +++ b/indra/newview/llgroupiconctrl.cpp @@ -52,7 +52,7 @@ LLGroupIconCtrl::LLGroupIconCtrl(const LLGroupIconCtrl::Params& p) { LLSD value(p.group_id); setValue(value); - } + } else { LLIconCtrl::setValue(mDefaultIconName); |