summaryrefslogtreecommitdiff
path: root/indra/newview/llpanellogin.h
diff options
context:
space:
mode:
authorcallum <none@none>2010-07-20 15:20:03 -0700
committercallum <none@none>2010-07-20 15:20:03 -0700
commit8ecbe58d2762192750255022d29350ff52c11885 (patch)
treef6f2083f2c66a20b40e40b43c7d16a350e9bb4d6 /indra/newview/llpanellogin.h
parentbbdb22a7113b9d56a014d9a8ae7996301accbaf0 (diff)
Fix for EXT-8446: Start location field cleared on login
Reviewed by Merov
Diffstat (limited to 'indra/newview/llpanellogin.h')
-rw-r--r--indra/newview/llpanellogin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanellogin.h b/indra/newview/llpanellogin.h
index aa6884ea97..cbf2b1fcf3 100644
--- a/indra/newview/llpanellogin.h
+++ b/indra/newview/llpanellogin.h
@@ -100,6 +100,7 @@ private:
static void onPassKey(LLLineEditor* caller, void* user_data);
static void onSelectServer(LLUICtrl*, void*);
static void onServerComboLostFocus(LLFocusableElement*);
+ static void onLocationComboLostFocus(LLFocusableElement*);
static void updateServerCombo();
static void updateStartSLURL();
@@ -117,6 +118,7 @@ private:
static LLPanelLogin* sInstance;
static BOOL sCapslockDidNotification;
BOOL mHtmlAvailable;
+ BOOL mLocationUpdated;
};
std::string load_password_from_disk(void);