Skip to content
Snippets Groups Projects
Commit 1a0865a5 authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

merge

parents 92fa144d c1f211ca
No related branches found
No related tags found
No related merge requests found
...@@ -184,6 +184,11 @@ f2412ecd6740803ea9452f1d17fd872e263a0df7 3.0.2-start ...@@ -184,6 +184,11 @@ f2412ecd6740803ea9452f1d17fd872e263a0df7 3.0.2-start
e5c9af2d7980a99a71650be3a0cf7b2b3c3b897e DRTVWR-86_3.0.2-beta2 e5c9af2d7980a99a71650be3a0cf7b2b3c3b897e DRTVWR-86_3.0.2-beta2
e5c9af2d7980a99a71650be3a0cf7b2b3c3b897e 3.0.2-beta2 e5c9af2d7980a99a71650be3a0cf7b2b3c3b897e 3.0.2-beta2
b95ddac176ac944efdc85cbee94ac2e1eab44c79 3.0.3-start b95ddac176ac944efdc85cbee94ac2e1eab44c79 3.0.3-start
1778f26b6d0ae762dec3ca37140f66620f2485d9 DRTVWR-78_3.0.0-release
0000000000000000000000000000000000000000 DRTVWR-78_3.0.0-release
1778f26b6d0ae762dec3ca37140f66620f2485d9 DRTVWR-77_3.0.0-release
6694f3f062aa45f64ab391d25a3eb3d5eb1b0871 DRTVWR-85_3.0.3-beta1 6694f3f062aa45f64ab391d25a3eb3d5eb1b0871 DRTVWR-85_3.0.3-beta1
586907287be581817b2422b5137971b22d54ea48 3.0.4-start 586907287be581817b2422b5137971b22d54ea48 3.0.4-start
6694f3f062aa45f64ab391d25a3eb3d5eb1b0871 3.0.3-beta1 6694f3f062aa45f64ab391d25a3eb3d5eb1b0871 3.0.3-beta1
61aa7974df089e8621fe9a4c69bcdefdb3cc208a DRTVWR-89_3.0.3-beta2
61aa7974df089e8621fe9a4c69bcdefdb3cc208a 3.0.3-beta2
...@@ -685,7 +685,6 @@ LLSideTrayTab* LLSideTray::getTab(const std::string& name) ...@@ -685,7 +685,6 @@ LLSideTrayTab* LLSideTray::getTab(const std::string& name)
bool LLSideTray::isTabAttached(const std::string& name) bool LLSideTray::isTabAttached(const std::string& name)
{ {
LLSideTrayTab* tab = getTab(name); LLSideTrayTab* tab = getTab(name);
llassert(tab);
if (!tab) return false; if (!tab) return false;
return std::find(mTabs.begin(), mTabs.end(), tab) != mTabs.end(); return std::find(mTabs.begin(), mTabs.end(), tab) != mTabs.end();
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
height="10" height="10"
left_delta="23" left_delta="23"
layout="topleft" layout="topleft"
name="Proxy location" name="http_proxy_label"
top_pad="10" top_pad="10"
width="300"> width="300">
HTTP Proxy: HTTP Proxy:
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
height="10" height="10"
layout="topleft" layout="topleft"
left_delta="23" left_delta="23"
name="Proxy location" name="socks5_proxy_label"
top_pad="10" top_pad="10"
width="300"> width="300">
SOCKS 5 Proxy: SOCKS 5 Proxy:
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
height="10" height="10"
layout="topleft" layout="topleft"
left="40" left="40"
name="Proxy location" name="socks_auth_label"
top_pad="15" top_pad="15"
width="300"> width="300">
SOCKS Authentication: SOCKS Authentication:
...@@ -163,6 +163,7 @@ ...@@ -163,6 +163,7 @@
height="10" height="10"
layout="topleft" layout="topleft"
left_delta="20" left_delta="20"
name="socks5_username_label"
top_delta="50" top_delta="50"
width="200"> width="200">
Username: Username:
...@@ -174,6 +175,7 @@ ...@@ -174,6 +175,7 @@
height="10" height="10"
left_pad="15" left_pad="15"
layout="topleft" layout="topleft"
name="socks5_password_label"
width="200"> width="200">
Password: Password:
</text> </text>
...@@ -207,7 +209,7 @@ ...@@ -207,7 +209,7 @@
height="10" height="10"
layout="topleft" layout="topleft"
left="25" left="25"
name="Proxy location" name="other_proxy_label"
top_pad="18" top_pad="18"
width="300"> width="300">
Other HTTP traffic proxy: Other HTTP traffic proxy:
......
...@@ -146,7 +146,8 @@ ...@@ -146,7 +146,8 @@
border.highlight_light_color="FocusColor" border.highlight_light_color="FocusColor"
border.highlight_dark_color="FocusColor" border.highlight_dark_color="FocusColor"
border.shadow_light_color="FocusColor" border.shadow_light_color="FocusColor"
border.shadow_dark_color="FocusColor"/> border.shadow_dark_color="FocusColor"
mouse_wheel_opaque="true" />
</search_combo_box> </search_combo_box>
</panel> </panel>
<favorites_bar <favorites_bar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment