diff -r ffa4311257f6 -r e7f34e614544 uiservicetab/vimpstdetailsviewplugin/src/cvimpstdetailspresencehandler.cpp --- 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; }