diff options
| author | callum <none@none> | 2010-08-25 15:23:27 -0700 | 
|---|---|---|
| committer | callum <none@none> | 2010-08-25 15:23:27 -0700 | 
| commit | c1405887c982f5a7396892017e4ea426ede9af23 (patch) | |
| tree | 250f69c6275a49ad31891da72305b87baf32cbd1 | |
| parent | 4115decfa14bb3d20f464ed0e0e3b3ec6c7b6e02 (diff) | |
Force the value for the home page URL in the viewer sidebar to be persistant
It's not loaded each time the side bar is opened - only at login - when it did not persist, the change to the URL that was lost after a restart.
| -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 12fb8741ca..3d7ab71c90 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -3782,7 +3782,7 @@        <key>Comment</key>        <string>URL for the web page to display in the Home side panel</string>        <key>Persist</key> -      <integer>0</integer> +      <integer>1</integer>        <key>Type</key>        <string>String</string>        <key>Value</key> | 
