diff -r ced935b952ef -r 6cd49ffea600 appfw/apparchitecture/apgrfx/APGWGNAM.CPP --- a/appfw/apparchitecture/apgrfx/APGWGNAM.CPP Tue Jun 15 16:07:48 2010 +0100 +++ b/appfw/apparchitecture/apgrfx/APGWGNAM.CPP Thu Jul 22 16:35:22 2010 +0100 @@ -1,4 +1,4 @@ -// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -9,6 +9,7 @@ // Nokia Corporation - initial contribution. // // Contributors: +// NTT DOCOMO, INC. -- Fix CApaWindowGroupName::AppUid() cannot handle UID with 0 prefix // // Description: // @@ -513,7 +514,7 @@ { start++; TInt end=FindDelimiter(EEndUid); - if ((end-start) == KUidBufLength) + if (0 uidBuf=iBuf->Mid(start, end-start); TLex lex(uidBuf);