From 715d7e4fe7c4dc7e71433211de3603bbc5753922 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Wed, 28 Jan 2009 20:05:14 -0600 Subject: Second Life viewer sources 1.22.7-RC --- linden/indra/llcommon/llversionviewer.h | 2 +- linden/indra/newview/lltexturefetch.cpp | 7 ++++- .../skins/default/xui/ja/floater_land_holdings.xml | 18 ++++++------ .../skins/default/xui/ja/panel_group_general.xml | 13 ++++----- .../default/xui/ja/panel_group_land_money.xml | 34 +++++++++++----------- .../skins/default/xui/ja/panel_group_notices.xml | 9 +++--- .../skins/default/xui/ja/panel_group_roles.xml | 4 +-- 7 files changed, 45 insertions(+), 42 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index a2405fd..11401f2 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h @@ -34,7 +34,7 @@ const S32 LL_VERSION_MAJOR = 1; const S32 LL_VERSION_MINOR = 22; -const S32 LL_VERSION_PATCH = 6; +const S32 LL_VERSION_PATCH = 7; const S32 LL_VERSION_BUILD = 0; const char * const LL_CHANNEL = "Second Life Release"; diff --git a/linden/indra/newview/lltexturefetch.cpp b/linden/indra/newview/lltexturefetch.cpp index a7c43ce..24046cc 100644 --- a/linden/indra/newview/lltexturefetch.cpp +++ b/linden/indra/newview/lltexturefetch.cpp @@ -1240,7 +1240,12 @@ void LLTextureFetchWorker::callbackDecoded(bool success) bool LLTextureFetchWorker::decodeImage() { - llassert_always(mImageWorker); + if(!mImageWorker) + { + //LLTextureFetchWorker is aborted, skip image decoding. + return true ; + } + bool res = true; if (mRawImage.isNull()) { diff --git a/linden/indra/newview/skins/default/xui/ja/floater_land_holdings.xml b/linden/indra/newview/skins/default/xui/ja/floater_land_holdings.xml index 49d7f16..949031d 100644 --- a/linden/indra/newview/skins/default/xui/ja/floater_land_holdings.xml +++ b/linden/indra/newview/skins/default/xui/ja/floater_land_holdings.xml @@ -1,9 +1,9 @@ - - - + + +