diff options
author | David Seikel | 2011-03-20 17:02:40 +1000 |
---|---|---|
committer | David Seikel | 2011-03-20 17:02:40 +1000 |
commit | 8c15fcec590c68337b8aa05d17793cd3c2a48068 (patch) | |
tree | e233ecfa79c6fe22f47dc0eba44c0300dc0daa71 /linden/indra/newview/llpanellogin.cpp | |
parent | The half arsed IRC support was broken. It's still not working, though it wor... (diff) | |
parent | Merge remote-tracking branch 'jacek/exp' into exp (diff) | |
download | meta-impy-8c15fcec590c68337b8aa05d17793cd3c2a48068.zip meta-impy-8c15fcec590c68337b8aa05d17793cd3c2a48068.tar.gz meta-impy-8c15fcec590c68337b8aa05d17793cd3c2a48068.tar.bz2 meta-impy-8c15fcec590c68337b8aa05d17793cd3c2a48068.tar.xz |
Merge remote-tracking branch 'mccabe/exp' into weekly
Conflicts: (Keeping these around as a record, there was some strangeness.
.gitignore
linden/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp
linden/indra/newview/llfloaterregioninfo.cpp
linden/indra/newview/llfloatertos.cpp
linden/indra/newview/llpanellogin.cpp
linden/indra/newview/skins/default/html/en-us/loading-error/index.html
linden/indra/newview/skins/default/html/en-us/loading/loading.html
linden/indra/newview/skins/default/xui/en-us/floater_about.xml
linden/install.xml
Diffstat (limited to 'linden/indra/newview/llpanellogin.cpp')
-rw-r--r-- | linden/indra/newview/llpanellogin.cpp | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/linden/indra/newview/llpanellogin.cpp b/linden/indra/newview/llpanellogin.cpp index 00d9332..d00ccd9 100644 --- a/linden/indra/newview/llpanellogin.cpp +++ b/linden/indra/newview/llpanellogin.cpp | |||
@@ -347,16 +347,6 @@ void LLPanelLogin::setSiteIsAlive( bool alive ) | |||
347 | else | 347 | else |
348 | // the site is not available (missing page, server down, other badness) | 348 | // the site is not available (missing page, server down, other badness) |
349 | { | 349 | { |
350 | #if !USE_VIEWER_AUTH | ||
351 | if ( web_browser ) | ||
352 | { | ||
353 | // hide browser control (revealing default one) | ||
354 | web_browser->setVisible( FALSE ); | ||
355 | |||
356 | // mark as unavailable | ||
357 | mHtmlAvailable = FALSE; | ||
358 | } | ||
359 | #else | ||
360 | 350 | ||
361 | if ( web_browser ) | 351 | if ( web_browser ) |
362 | { | 352 | { |
@@ -365,7 +355,7 @@ void LLPanelLogin::setSiteIsAlive( bool alive ) | |||
365 | // mark as available | 355 | // mark as available |
366 | mHtmlAvailable = TRUE; | 356 | mHtmlAvailable = TRUE; |
367 | } | 357 | } |
368 | #endif | 358 | |
369 | } | 359 | } |
370 | } | 360 | } |
371 | 361 | ||
@@ -1164,3 +1154,4 @@ void LLPanelLogin::onServerComboLostFocus(LLFocusableElement* fe, void*) | |||
1164 | } | 1154 | } |
1165 | } | 1155 | } |
1166 | */ | 1156 | */ |
1157 | |||