diff options
author | Tofu Buzzard <no-email> | 2011-02-04 21:12:25 -0800 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2011-02-04 21:12:25 -0800 |
commit | 3803d78c51a35a868b23d159710c53f2e8ea1dc3 (patch) | |
tree | 31508cb85ce2a067dfef4fca7648702bb54afe42 /indra/newview/llfloaterpreference.h | |
parent | 84645f5b5959f231680faf0b4c3672b1f74f8643 (diff) | |
parent | 36feb9d5a467453763c1f4b41b1779ea711c410f (diff) |
merge
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index 784033ae95..46014804ec 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -189,6 +189,10 @@ public: void setControlFalse(const LLSD& user_data); virtual void setHardwareDefaults(){}; + // Disables "Allow Media to auto play" check box only when both + // "Streaming Music" and "Media" are unchecked. Otherwise enables it. + void updateMediaAutoPlayCheckbox(LLUICtrl* ctrl); + // This function squirrels away the current values of the controls so that // cancel() can restore them. virtual void saveSettings(); |