--- a/brandingserver/bsserver/cbssession.cpp Tue Apr 27 16:58:25 2010 +0300
+++ b/brandingserver/bsserver/cbssession.cpp Wed Jun 09 10:02:05 2010 +0300
@@ -511,7 +511,8 @@
{
TRACE( T_LIT("CBSSession::InitUpdateL: Brand discarded!->LeaveWith KErrNotFound") );
///Server()->DisplaySessionInfoL( this, KErrNotFound );
- User::Leave( KErrNotFound );
+ //User::Leave( KErrNotFound );
+ iBrandId->Des().Copy( *iDefaultBrandId );
}
}
--- a/brandingserver/sis/bsstub.pkg Tue Apr 27 16:58:25 2010 +0300
+++ b/brandingserver/sis/bsstub.pkg Wed Jun 09 10:02:05 2010 +0300
@@ -31,7 +31,7 @@
&EN
;Header
-#{"BS"}, (0x102828DE), 1, 0, 0, TYPE=SA
+#{"BS"}, (0x102828DE), 1, 0, 0, TYPE=SA, RU
;Localised VendorID
@@ -41,7 +41,7 @@
:"Nokia"
;binaries
-""-"!:\sys\bin\bsserver.exe"
-""-"!:\sys\bin\bsclient.dll"
+""-"z:\sys\bin\bsserver.exe"
+""-"z:\sys\bin\bsclient.dll"
Binary file brandingserver/sis/bsstub.sis has changed
--- a/imservices/instantmessagingcache/imcacheserver/src/cimcachesession.cpp Tue Apr 27 16:58:25 2010 +0300
+++ b/imservices/instantmessagingcache/imcacheserver/src/cimcachesession.cpp Wed Jun 09 10:02:05 2010 +0300
@@ -560,7 +560,7 @@
{
// write the message into continuous memory stream
if( iAccessorInitialized ||
- iConvesationInitialized && aMsgHeader->IsChatStarted() )
+ iConvesationInitialized /*&& aMsgHeader->IsChatStarted()*/ )
{
ExternalizeSingleChatDataL(EIMOperationUnreadMessage, aMsgHeader, aMessage );
if( iObserverActive )