aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelpermissions.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelpermissions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelpermissions.cpp b/linden/indra/newview/llpanelpermissions.cpp
index aa14a90..42cb88c 100644
--- a/linden/indra/newview/llpanelpermissions.cpp
+++ b/linden/indra/newview/llpanelpermissions.cpp
@@ -353,12 +353,14 @@ void LLPanelPermissions::refresh()
353 if ( (owner_name != last_owner_name) && (!gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMES)) ) 353 if ( (owner_name != last_owner_name) && (!gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMES)) )
354// [/RLVa:KB] 354// [/RLVa:KB]
355 { 355 {
356 childSetEnabled("Last Owner:", TRUE);
356 childSetText("Last Owner Name", last_owner_name); 357 childSetText("Last Owner Name", last_owner_name);
357 childSetEnabled("Last Owner Name", TRUE); 358 childSetEnabled("Last Owner Name", TRUE);
358 childSetEnabled("button last owner profile", TRUE); 359 childSetEnabled("button last owner profile", TRUE);
359 } 360 }
360 else 361 else
361 { 362 {
363 childSetEnabled("Last Owner:", FALSE);
362 childSetText("Last Owner Name", LLStringUtil::null); 364 childSetText("Last Owner Name", LLStringUtil::null);
363 childSetEnabled("Last Owner Name", FALSE); 365 childSetEnabled("Last Owner Name", FALSE);
364 childSetEnabled("button last owner profile", FALSE); 366 childSetEnabled("button last owner profile", FALSE);