diff -r 8592a65ad3fb -r b13141f05c3d meetingrequest/mrgui/mrfieldbuildercommon/src/cesmrrichtextviewer.cpp --- a/meetingrequest/mrgui/mrfieldbuildercommon/src/cesmrrichtextviewer.cpp Wed Apr 14 15:42:15 2010 +0300 +++ b/meetingrequest/mrgui/mrfieldbuildercommon/src/cesmrrichtextviewer.cpp Tue Apr 27 16:20:14 2010 +0300 @@ -12,7 +12,7 @@ * Contributors: * * Description : CEikRichTextEditor based Rich Text viewer -* Version : %version: e002sa32#37 % +* Version : %version: e002sa33#40 % * */ @@ -34,9 +34,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include #include // for clipboard copy @@ -130,7 +130,7 @@ // Gaining focus if ( IsFocused() && iLinkList.Count() > 0 - && selection.Length() == 0 ) + && ( selection.Length() == 0 ) ) { // We need the field indexes, cast required CESMRField* parent = static_cast< CESMRField* >( Parent() ); @@ -373,7 +373,8 @@ if ( link && ( menuAvailable || link->Type() == CESMRRichTextLink::ETypeLocationUrl - || link->Type() == CESMRRichTextLink::ETypeAttachment ) ) + || link->Type() == CESMRRichTextLink::ETypeAttachment + || link->Type() == CESMRRichTextLink::ETypeShowAll ) ) { linkFound = ETrue;