uiservicetab/vimpstdetailsviewplugin/src/cvimpstdetailspresencehandler.cpp
branchRCL_3
changeset 34 e7f34e614544
parent 29 9a48e301e94b
--- a/uiservicetab/vimpstdetailsviewplugin/src/cvimpstdetailspresencehandler.cpp	Wed Sep 15 11:57:55 2010 +0300
+++ b/uiservicetab/vimpstdetailsviewplugin/src/cvimpstdetailspresencehandler.cpp	Wed Oct 13 14:16:29 2010 +0300
@@ -108,7 +108,6 @@
 		iUserId = NULL;	
 		}
 	iUserId = aUserId.AllocL();
-	iStatus = TVIMPSTEnums::EOffline;
 	if( !iPresenceSupported )
 	    {
 	    return;
@@ -402,7 +401,7 @@
 		{
 		iStatusText = StringLoader::LoadL( resourceId );	
 		}
-	if( iStatusText )
+	if( iStatusText && iUserId )
 		{
 		return *iStatusText;	
 		}