summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterfriends.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterfriends.cpp')
-rw-r--r--indra/newview/llfloaterfriends.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterfriends.cpp b/indra/newview/llfloaterfriends.cpp
index 4f1da916fc..7e0a64c420 100644
--- a/indra/newview/llfloaterfriends.cpp
+++ b/indra/newview/llfloaterfriends.cpp
@@ -71,6 +71,7 @@ LLFloaterFriends::LLFloaterFriends() :
gSavedSettings.setBOOL("ShowFriends", TRUE);
// Builds and adds to gFloaterView
gUICtrlFactory->buildFloater(this, "floater_friends.xml");
+ refreshUI();
}
LLFloaterFriends::~LLFloaterFriends()
@@ -196,7 +197,6 @@ BOOL LLFloaterFriends::postBuild()
childSetAction("remove_btn", onClickRemove, this);
childSetAction("close_btn", onClickClose, this);
- refreshUI();
return TRUE;
}