diff -r aabf2c525e0f -r 9f56a4e1b8ab uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp --- a/uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp Fri Mar 12 15:43:43 2010 +0200 +++ b/uifw/AknGlobalUI/OldStyleNotif/Src/AknSystemPopup.cpp Mon Mar 15 12:41:34 2010 +0200 @@ -49,7 +49,7 @@ #include #include -#include +#include #include #include #include "GlobalWindowPriorities.h" @@ -1445,7 +1445,7 @@ void CAknGlobalNoteSubject::TryDisplayNextNoteL(TBool aShowAsynch) { - if ( iGlobalNoteList && iGlobalNoteList->Count() == 0 ) + if ( !iGlobalNoteList || iGlobalNoteList->Count() == 0 ) { return; }