diff options
author | callum <none@none> | 2010-09-28 16:53:53 -0700 |
---|---|---|
committer | callum <none@none> | 2010-09-28 16:53:53 -0700 |
commit | 30dd09b8aece5a2d2ba05c0b16565fade8d2ed39 (patch) | |
tree | dfd2766368a888efd21bd1598fab5c9ceb41b0a9 /indra/newview/llfloaternotificationsconsole.cpp | |
parent | 95ecad54c6f037910a5a22f7ef30026cf628fe80 (diff) | |
parent | ff071bbdce6478f8cd666ecf75658ca6e24f1140 (diff) |
Merge with head.
Diffstat (limited to 'indra/newview/llfloaternotificationsconsole.cpp')
-rw-r--r-- | indra/newview/llfloaternotificationsconsole.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaternotificationsconsole.cpp b/indra/newview/llfloaternotificationsconsole.cpp index 42dc60f9e0..29af81d64c 100644 --- a/indra/newview/llfloaternotificationsconsole.cpp +++ b/indra/newview/llfloaternotificationsconsole.cpp @@ -174,6 +174,7 @@ BOOL LLFloaterNotificationConsole::postBuild() // these are in the order of processing addChannel("Unexpired"); addChannel("Ignore"); + addChannel("VisibilityRules"); addChannel("Visible", true); // all the ones below attach to the Visible channel addChannel("Persistent"); |