--- a/uifw/AknGlobalUI/OldStyleNotif/Src/OldStylePlugin.cpp Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/AknGlobalUI/OldStyleNotif/Src/OldStylePlugin.cpp Wed Sep 01 12:16:19 2010 +0100
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-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"
@@ -74,8 +74,7 @@
// Soft note notifier.
// ----------------------------
CAknSoftNotificationSubject* softNotificationSubject = CAknSoftNotificationSubject::NewL(
- keyLockNotifier,
- globalNoteSubject);
+ globalNoteSubject );
CleanupStack::PushL(softNotificationSubject);
subjects->AppendL(softNotificationSubject);
@@ -147,7 +146,7 @@
// ----------------------------
// Global list query.
// ----------------------------
- CAknGlobalListQuerySubject* listQuerySubject = CAknGlobalListQuerySubject::NewL();
+ CAknGlobalListQuerySubject* listQuerySubject = CAknGlobalListQuerySubject::NewL(keyLockNotifier);
CleanupStack::PushL(listQuerySubject);
subjects->AppendL(listQuerySubject);