diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-06-23 18:16:57 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-06-23 18:16:57 -0400 |
commit | 07a05e2c0a14bb54ace65d63b55ebc8bb2a4efee (patch) | |
tree | a751a3db8f008b6a813191d2e0cc4d2272a49d3e /indra/newview/llappviewer.cpp | |
parent | d01e9ccb7530408240708bfd70bd7e99151e1778 (diff) |
Incomplete attempt to clean up Mercurial branch build
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 48cb3babfa..3fc3c8e382 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3652,7 +3652,7 @@ void LLAppViewer::idleShutdown() if (!saved_teleport_history) { saved_teleport_history = true; - LLTeleportHistory::getInstance()->save(); + LLTeleportHistory::getInstance()->dump(); LLLocationHistory::getInstance()->save(); // *TODO: find a better place for doing this return; } |