diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 3f55fd8..0464e99 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -111,6 +111,7 @@ | |||
111 | #include "llhudmanager.h" | 111 | #include "llhudmanager.h" |
112 | #include "llhttpclient.h" | 112 | #include "llhttpclient.h" |
113 | #include "llimagebmp.h" | 113 | #include "llimagebmp.h" |
114 | #include "llimview.h" // for gIMMgr | ||
114 | #include "llinventorymodel.h" | 115 | #include "llinventorymodel.h" |
115 | #include "llinventoryview.h" | 116 | #include "llinventoryview.h" |
116 | #include "llkeyboard.h" | 117 | #include "llkeyboard.h" |
@@ -1716,6 +1717,9 @@ bool idle_startup() | |||
1716 | gHippoGridManager->saveFile(); | 1717 | gHippoGridManager->saveFile(); |
1717 | gHippoLimits->setLimits(); | 1718 | gHippoLimits->setLimits(); |
1718 | 1719 | ||
1720 | // Load list of groups to ignore incoming chat from. | ||
1721 | gIMMgr->loadIgnoreGroup(); | ||
1722 | |||
1719 | // JC: gesture loading done below, when we have an asset system | 1723 | // JC: gesture loading done below, when we have an asset system |
1720 | // in place. Don't delete/clear user_credentials until then. | 1724 | // in place. Don't delete/clear user_credentials until then. |
1721 | 1725 | ||