Revision: 201021 RCL_3
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 09 Jun 2010 10:02:05 +0300
branchRCL_3
changeset 16 cfe5eb8bb9ca
parent 14 7797b2f86d2b
child 18 2ca0d29c17c4
Revision: 201021 Kit: 2010123
brandingserver/bsserver/cbssession.cpp
brandingserver/sis/bsstub.pkg
brandingserver/sis/bsstub.sis
imservices/instantmessagingcache/imcacheserver/src/cimcachesession.cpp
--- 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 )