From a6ada6652524fc2b708bdae82ca3b5cb44bbbb2d Mon Sep 17 00:00:00 2001 From: thickbrick Date: Tue, 30 Nov 2010 16:53:55 +0200 Subject: Fix #673: IMs & Logging prefs don't persist Enable per-account settings only after we have an account. Also, make settings that are saved locally not depend on UserInfoReply being received. --- linden/indra/newview/llfloaterpreference.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/newview/llfloaterpreference.h') diff --git a/linden/indra/newview/llfloaterpreference.h b/linden/indra/newview/llfloaterpreference.h index c52f541..931c8b6 100644 --- a/linden/indra/newview/llfloaterpreference.h +++ b/linden/indra/newview/llfloaterpreference.h @@ -73,6 +73,7 @@ public: LLTabContainer* getTabContainer() { return mTabContainer; } void setPersonalInfo(const std::string& visibility, bool im_via_email, const std::string& email); + void updateIsLoggedIn(bool enable); static void onTabChanged(void* user_data, bool from_click); @@ -113,6 +114,8 @@ public: // static data update, called from message handler static void updateUserInfo(const std::string& visibility, bool im_via_email, const std::string& email); + // static data update, called after login + static void updateIsLoggedIn(bool enable); // refresh all the graphics preferences menus static void refreshEnabledGraphics(); -- cgit v1.1