aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llprefsim.cpp
diff options
context:
space:
mode:
authorArmin Weatherwax2009-09-20 18:04:46 +0200
committerArmin Weatherwax2009-09-20 18:04:46 +0200
commitc3ca8d4250a5513528cd2ffe663555d96900c4de (patch)
tree9e58ce6725f0789349030138d708b9a36af21a85 /linden/indra/newview/llprefsim.cpp
parentHenri Beauchamps $HOME as default load/save location for Linux (diff)
parentUpdated Grid Manager from Meerkat's SVN (as of r215). (diff)
downloadmeta-impy-c3ca8d4250a5513528cd2ffe663555d96900c4de.zip
meta-impy-c3ca8d4250a5513528cd2ffe663555d96900c4de.tar.gz
meta-impy-c3ca8d4250a5513528cd2ffe663555d96900c4de.tar.bz2
meta-impy-c3ca8d4250a5513528cd2ffe663555d96900c4de.tar.xz
Merge commit 'b3c39a47e76f595fd953d9ccffc58b0dfb8359db' into armin-1.2.0-next
Diffstat (limited to 'linden/indra/newview/llprefsim.cpp')
-rw-r--r--linden/indra/newview/llprefsim.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llprefsim.cpp b/linden/indra/newview/llprefsim.cpp
index 5cb14fc..3d71202 100644
--- a/linden/indra/newview/llprefsim.cpp
+++ b/linden/indra/newview/llprefsim.cpp
@@ -46,6 +46,8 @@
46 46
47#include "lldirpicker.h" 47#include "lldirpicker.h"
48 48
49#include "hippoGridManager.h"
50
49class LLPrefsIMImpl : public LLPanel 51class LLPrefsIMImpl : public LLPanel
50{ 52{
51public: 53public:
@@ -181,7 +183,7 @@ void LLPrefsIMImpl::apply()
181 183
182 gDirUtilp->setChatLogsDir(gSavedPerAccountSettings.getString("InstantMessageLogPath")); 184 gDirUtilp->setChatLogsDir(gSavedPerAccountSettings.getString("InstantMessageLogPath"));
183 185
184 gDirUtilp->setPerAccountChatLogsDir(gSavedSettings.getString("FirstName"), 186 gDirUtilp->setPerAccountChatLogsDir(gHippoGridManager->getCurrentGridNick(), gSavedSettings.getString("FirstName"),
185 gSavedSettings.getString("LastName") ); 187 gSavedSettings.getString("LastName") );
186 LLFile::mkdir(gDirUtilp->getPerAccountChatLogsDir()); 188 LLFile::mkdir(gDirUtilp->getPerAccountChatLogsDir());
187 189