summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-09 18:36:30 -0800
committerRichard Linden <none@none>2011-03-09 18:36:30 -0800
commit336ca0c6ba6753438007642ac73d7781f675efc4 (patch)
tree80209f93c425555464eb2bb7c36e76779f5c411c /indra
parent27d25e7ae12e4c88c29cfb8efe887c681e3a6684 (diff)
SOCIAL-676 FIX Both move UI hints shown in Advanced skin
accidentally removed loading of visibility rules
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/llnotifications.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp
index 3fac0ccb3a..bdac125eb0 100644
--- a/indra/llui/llnotifications.cpp
+++ b/indra/llui/llnotifications.cpp
@@ -1270,6 +1270,7 @@ LLNotificationChannelPtr LLNotifications::getChannel(const std::string& channelN
void LLNotifications::initSingleton()
{
loadTemplates();
+ loadVisibilityRules();
createDefaultChannels();
}