diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-06-23 12:47:54 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-06-23 12:47:54 +0300 |
commit | 3e0f31f406d4376fd9cd59b306fda5775ea5c4e6 (patch) | |
tree | 6765c3aa0566d60bca89b0e4a72d3590ea5316a0 /indra/newview/llfloaterpreference.h | |
parent | e998f1427ff1cd0fbdfb7f69b39720e19ec0a7d0 (diff) |
MAINT-5001 FIXED Logging in and then quickly logging out removes stored favorite login locations
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rwxr-xr-x | indra/newview/llfloaterpreference.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index b3878457e2..04e5e37731 100755 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -229,7 +229,7 @@ private: //for "Only friends and groups can call or IM me" static void showFriendsOnlyWarning(LLUICtrl*, const LLSD&); //for "Show my Favorite Landmarks at Login" - static void showFavoritesOnLoginWarning(LLUICtrl* checkbox, const LLSD& value); + static void handleFavoritesOnLoginChanged(LLUICtrl* checkbox, const LLSD& value); typedef std::map<std::string, LLColor4> string_color_map_t; string_color_map_t mSavedColors; |