diff options
author | Aleric Inglewood | 2010-10-22 03:04:49 +0200 |
---|---|---|
committer | Aleric Inglewood | 2010-10-22 03:04:49 +0200 |
commit | 4e659351474096d1a7b835a69af13cbdf84257f3 (patch) | |
tree | 912cc63d3e53fef3360fbcb908d254e5253dd88e /linden/indra/newview/llpanellogin.cpp | |
parent | LindenUserDir fixes, part 2. (diff) | |
parent | Merge branch 'weekly' of http://github.com/imprudence/imprudence into weekly (diff) | |
download | meta-impy-4e659351474096d1a7b835a69af13cbdf84257f3.zip meta-impy-4e659351474096d1a7b835a69af13cbdf84257f3.tar.gz meta-impy-4e659351474096d1a7b835a69af13cbdf84257f3.tar.bz2 meta-impy-4e659351474096d1a7b835a69af13cbdf84257f3.tar.xz |
Merge branch 'weekly' into webkit_plugins
Conflicts:
linden/indra/cmake/GStreamer.cmake
linden/indra/cmake/GStreamer.cmake was deleted: we're going to try to
use system libs, so any improvements that have been made in weekly have
been invane.
linden/indra/newview/llstartup.cpp
Trivial #include collision. One include added another removed. Fixed.
linden/indra/newview/lltoolpie.cpp
Collision with RLV, pretty trivial. Fixed.
linden/indra/newview/viewer_manifest.py
Trivial White space fix collision with commenting out of gstreamer libs. Fixed.
Diffstat (limited to 'linden/indra/newview/llpanellogin.cpp')
-rw-r--r-- | linden/indra/newview/llpanellogin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanellogin.cpp b/linden/indra/newview/llpanellogin.cpp index a8b7106..2a8c20f 100644 --- a/linden/indra/newview/llpanellogin.cpp +++ b/linden/indra/newview/llpanellogin.cpp | |||
@@ -81,7 +81,7 @@ | |||
81 | 81 | ||
82 | #include "llglheaders.h" | 82 | #include "llglheaders.h" |
83 | 83 | ||
84 | // [RLVa:KB] - Version: 1.23.4 | Checked: 2009-07-08 (RLVa-1.0.0e) | 84 | // [RLVa:KB] |
85 | #include "rlvhandler.h" | 85 | #include "rlvhandler.h" |
86 | // [/RLVa:KB] | 86 | // [/RLVa:KB] |
87 | 87 | ||
@@ -739,7 +739,7 @@ void LLPanelLogin::refreshLocation( bool force_visible ) | |||
739 | if ( ! force_visible ) | 739 | if ( ! force_visible ) |
740 | show_start = gSavedSettings.getBOOL("ShowStartLocation"); | 740 | show_start = gSavedSettings.getBOOL("ShowStartLocation"); |
741 | 741 | ||
742 | // [RLVa:KB] - Checked: 2009-07-08 (RLVa-1.0.0e) | 742 | // [RLVa:KB] - Alternate: Snowglobe-1.2.4 | Checked: 2009-07-08 (RLVa-1.0.0e) |
743 | // TODO-RLVa: figure out some way to make this work with RLV_EXTENSION_STARTLOCATION | 743 | // TODO-RLVa: figure out some way to make this work with RLV_EXTENSION_STARTLOCATION |
744 | #ifndef RLV_EXTENSION_STARTLOCATION | 744 | #ifndef RLV_EXTENSION_STARTLOCATION |
745 | if (rlv_handler_t::isEnabled()) | 745 | if (rlv_handler_t::isEnabled()) |