Woops, forgot to stage this file!
This commit is contained in:
@@ -205,7 +205,6 @@
|
|||||||
#include "llvoiceclient.h"
|
#include "llvoiceclient.h"
|
||||||
#include "llnamelistctrl.h"
|
#include "llnamelistctrl.h"
|
||||||
#include "llnameui.h"
|
#include "llnameui.h"
|
||||||
#include "llnameeditor.h"
|
|
||||||
#include "llwlparammanager.h"
|
#include "llwlparammanager.h"
|
||||||
#include "llwaterparammanager.h"
|
#include "llwaterparammanager.h"
|
||||||
#include "llagentlanguage.h"
|
#include "llagentlanguage.h"
|
||||||
@@ -321,7 +320,6 @@ void transition_back_to_login_panel(const std::string& emsg);
|
|||||||
void callback_cache_name(const LLUUID& id, const std::string& full_name, bool is_group)
|
void callback_cache_name(const LLUUID& id, const std::string& full_name, bool is_group)
|
||||||
{
|
{
|
||||||
LLNameUI::refreshAll(id, full_name, is_group);
|
LLNameUI::refreshAll(id, full_name, is_group);
|
||||||
LLNameEditor::refreshAll(id, full_name, is_group);
|
|
||||||
|
|
||||||
// TODO: Actually be intelligent about the refresh.
|
// TODO: Actually be intelligent about the refresh.
|
||||||
// For now, just brute force refresh the dialogs.
|
// For now, just brute force refresh the dialogs.
|
||||||
|
|||||||
Reference in New Issue
Block a user