Diff of /trunk/indra/newview/llpanellogin.cpp
Parent Directory
|
Revision Log
|
Patch
| revision 137, Sun Mar 21 18:22:23 2010 UTC | revision 138, Fri Apr 30 20:03:50 2010 UTC | |
|---|---|---|
| # | Line 653 | Line 653 |
| 653 | if ( ! force_visible ) | if ( ! force_visible ) |
| 654 | show_start = gSavedSettings.getBOOL("ShowStartLocation"); | show_start = gSavedSettings.getBOOL("ShowStartLocation"); |
| 655 | //MK | //MK |
| 656 | if (gSavedSettings.getBOOL("RestrainedLife")) | if (gSavedSettings.getBOOL("RestrainedLove")) |
| 657 | show_start = FALSE; | show_start = FALSE; |
| 658 | //mk | //mk |
| 659 | sInstance->childSetVisible("start_location_combo", show_start); | sInstance->childSetVisible("start_location_combo", show_start); |
| # | Line 880 | Line 880 |
| 880 | { | { |
| 881 | oStr << "&auto_login=TRUE"; | oStr << "&auto_login=TRUE"; |
| 882 | } | } |
| 883 | if (gSavedSettings.getBOOL("ShowStartLocation") && !gSavedSettings.getBOOL( "RestrainedLife")) | if (gSavedSettings.getBOOL("ShowStartLocation") && !gSavedSettings.getBOOL( "RestrainedLove")) |
| 884 | { | { |
| 885 | oStr << "&show_start_location=TRUE"; | oStr << "&show_start_location=TRUE"; |
| 886 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

