diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-27 17:34:50 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-27 17:34:50 +0000 |
commit | c5719c445ab49f8725ea21bd5bb51d4a0c106212 (patch) | |
tree | b009b1f1514623482f481183c5a36f31f13bd7a0 /indra/newview/llstatusbar.cpp | |
parent | 6b1cc111f57193fd98821e00f450b02b2bfded65 (diff) |
whee, back to a floater for now. i'm going to stop worrying about the position for a while and work on the functionality.
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
-rw-r--r-- | indra/newview/llstatusbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index 89c007280e..d57564a9f0 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -516,10 +516,10 @@ static void onClickVolume(void* data) // toggle the master volume pull-down +#if 1 //LLFloater* vp = LLFloaterReg::showInstance("volume_pulldown"); //tmp - -#if 0 +#else //LLPanelVolumePulldown *foo= //new LLPanelVolumePulldown(); //LLPanel* container = getRootView();//->getChild<LLPanel>("nav_bar_container"); |