diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-03-03 15:07:14 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-03-03 15:07:14 +0200 |
commit | bba42a074a541a2712edc1c92bdf61054571e95f (patch) | |
tree | b7be3ca423dc2e08e165dfd5f7d97153ca3f046d /indra | |
parent | b5df36f81f21cf490695b8f5f47e29b334083925 (diff) |
Fixed major bug EXT - 5891 (Login location defaults to My Home)
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index f87cdbc43e..e5d72310cd 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -4334,7 +4334,7 @@ <key>Type</key> <string>String</string> <key>Value</key> - <string>home</string> + <string>last</string> </map> <key>LoginPage</key> <map> |