diff options
author | James Cook <james@lindenlab.com> | 2009-12-09 13:11:20 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-09 13:11:20 -0800 |
commit | 627bdb5bd49e4dd9b8095aa54dd6bee6fe171884 (patch) | |
tree | 0f6b8858a94374d3cc6e5856b480ac1030e503d5 /indra/llui/llmenugl.cpp | |
parent | 3476116de84f43367b26e95535ea00ce77ee5215 (diff) | |
parent | 0c1d9da1c1f3323ce6bb2d9ce6e74ab75df8dca1 (diff) |
Merge
Diffstat (limited to 'indra/llui/llmenugl.cpp')
-rw-r--r-- | indra/llui/llmenugl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index 907f2352a0..fd5c2b7fef 100644 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -761,7 +761,7 @@ void LLMenuItemCallGL::initFromParams(const Params& p) { if (p.on_visible.isProvided()) { - mVisibleSignal.connect(initVisibleCallback(p.on_visible)); + mVisibleSignal.connect(initEnableCallback(p.on_visible)); } if (p.on_enable.isProvided()) { |