uifw/AknGlobalUI/OldStyleNotif/Src/OldStylePlugin.cpp
branchRCL_3
changeset 29 a8834a2e9a96
parent 0 2f259fa3e83a
child 51 fcdfafb36fe7
--- a/uifw/AknGlobalUI/OldStyleNotif/Src/OldStylePlugin.cpp	Tue May 25 12:58:19 2010 +0300
+++ b/uifw/AknGlobalUI/OldStyleNotif/Src/OldStylePlugin.cpp	Wed Jun 09 09:58:37 2010 +0300
@@ -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);