SL-14136 Mistake in llfloaterpreference.cpp
parent
a2c8c8238c
commit
1a4b66e89c
|
|
@ -2486,7 +2486,7 @@ BOOL LLPanelPreference::postBuild()
|
|||
}
|
||||
|
||||
//////////////////////PanelSetup ///////////////////
|
||||
if (hasChild("max_bandwidth"), TRUE)
|
||||
if (hasChild("max_bandwidth", TRUE))
|
||||
{
|
||||
mBandWidthUpdater = new LLPanelPreference::Updater(boost::bind(&handleBandwidthChanged, _1), BANDWIDTH_UPDATER_TIMEOUT);
|
||||
gSavedSettings.getControl("ThrottleBandwidthKBPS")->getSignal()->connect(boost::bind(&LLPanelPreference::Updater::update, mBandWidthUpdater, _2));
|
||||
|
|
|
|||
Loading…
Reference in New Issue