commit
bb4e48e1d1
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 359 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 359 KiB |
|
|
@ -1289,7 +1289,7 @@ BOOL LLPanelPreference::postBuild()
|
|||
if (hasChild("media_enabled"))
|
||||
{
|
||||
bool media_enabled = gSavedSettings.getBOOL("AudioStreamingMedia");
|
||||
getChild<LLCheckBoxCtrl>("voice_call_friends_only_check")->setCommitCallback(boost::bind(&showFriendsOnlyWarning, _1, _2));
|
||||
|
||||
getChild<LLCheckBoxCtrl>("media_enabled")->set(media_enabled);
|
||||
getChild<LLCheckBoxCtrl>("autoplay_enabled")->setEnabled(media_enabled);
|
||||
}
|
||||
|
|
@ -1297,7 +1297,11 @@ BOOL LLPanelPreference::postBuild()
|
|||
{
|
||||
getChild<LLCheckBoxCtrl>("music_enabled")->set(gSavedSettings.getBOOL("AudioStreamingMusic"));
|
||||
}
|
||||
|
||||
if (hasChild("voice_call_friends_only_check"))
|
||||
{
|
||||
getChild<LLCheckBoxCtrl>("voice_call_friends_only_check")->setCommitCallback(boost::bind(&showFriendsOnlyWarning, _1, _2));
|
||||
}
|
||||
|
||||
apply();
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1565,7 +1565,7 @@ void LLCallDialog::onOpen(const LLSD& key)
|
|||
LLDockableFloater::onOpen(key);
|
||||
|
||||
// it should be over the all floaters. EXT-5116
|
||||
gFloaterView->bringToFront(this);
|
||||
gFloaterView->bringToFront(this, FALSE);
|
||||
}
|
||||
|
||||
void LLCallDialog::setIcon(const LLSD& session_id, const LLSD& participant_id)
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 356 KiB After Width: | Height: | Size: 359 KiB |
Binary file not shown.
|
|
@ -249,7 +249,7 @@ Save all changes to clothing/body parts?
|
|||
Non-friends won't know that you've choosen to ignore their calls and instant messages.
|
||||
<usetemplate
|
||||
name="okbutton"
|
||||
yestext="Yes"/>
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
|
|
|
|||
|
|
@ -44,11 +44,16 @@ background_visible="true"
|
|||
tab_stop="false"
|
||||
top="2"
|
||||
width="23" />
|
||||
<text
|
||||
<text_editor
|
||||
allow_scroll="false"
|
||||
bg_visible="false"
|
||||
read_only = "true"
|
||||
layout="topleft"
|
||||
name="group_name"
|
||||
v_pad="0"
|
||||
value="(Loading...)"
|
||||
font="SansSerifHugeBold"
|
||||
h_pad="0"
|
||||
height="26"
|
||||
left_pad="10"
|
||||
text_color="LtGray"
|
||||
|
|
|
|||
Loading…
Reference in New Issue