diff options
author | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
commit | e4b0e7c82d670081c071d8a3da31b5ec407b8e07 (patch) | |
tree | 9410962bbb582eedbec448139e217f2714050777 /linden/indra/newview/llfloaterbeacons.cpp | |
parent | Started 1.3.0 branch (diff) | |
parent | Updated and added some Linux libs. (diff) | |
download | meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.zip meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.gz meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.bz2 meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.xz |
Merged working branch of 1.2 into LL 1.23 merge
Diffstat (limited to 'linden/indra/newview/llfloaterbeacons.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterbeacons.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterbeacons.cpp b/linden/indra/newview/llfloaterbeacons.cpp index 55e4862..5a5de77 100644 --- a/linden/indra/newview/llfloaterbeacons.cpp +++ b/linden/indra/newview/llfloaterbeacons.cpp | |||
@@ -38,6 +38,9 @@ | |||
38 | #include "llcheckboxctrl.h" | 38 | #include "llcheckboxctrl.h" |
39 | #include "pipeline.h" | 39 | #include "pipeline.h" |
40 | 40 | ||
41 | // [RLVa:KB] - Checked: 2009-07-07 (RLVa-1.0.0d) | ||
42 | #include "llagent.h" | ||
43 | // [/RLVa:KB] | ||
41 | 44 | ||
42 | LLFloaterBeacons::LLFloaterBeacons(const LLSD& seed) | 45 | LLFloaterBeacons::LLFloaterBeacons(const LLSD& seed) |
43 | { | 46 | { |
@@ -73,6 +76,13 @@ BOOL LLFloaterBeacons::postBuild() | |||
73 | // Too bad we can't just add control_name="BeaconsEnabled" to the XML. | 76 | // Too bad we can't just add control_name="BeaconsEnabled" to the XML. |
74 | void LLFloaterBeacons::open() | 77 | void LLFloaterBeacons::open() |
75 | { | 78 | { |
79 | // [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0b) | ||
80 | if (gRlvHandler.hasBehaviour(RLV_BHVR_EDIT)) | ||
81 | { | ||
82 | return; | ||
83 | } | ||
84 | // [/RLVa:KB] | ||
85 | |||
76 | LLFloater::open(); | 86 | LLFloater::open(); |
77 | gSavedSettings.setBOOL( "BeaconsEnabled", TRUE); | 87 | gSavedSettings.setBOOL( "BeaconsEnabled", TRUE); |
78 | } | 88 | } |