profilesservices/FileList/Src/CFLDFileListModel.cpp
changeset 2 051d34a3f367
parent 0 8c5d936e5675
child 17 3b47783fdf16
--- a/profilesservices/FileList/Src/CFLDFileListModel.cpp	Thu Jan 07 12:54:49 2010 +0200
+++ b/profilesservices/FileList/Src/CFLDFileListModel.cpp	Mon Jan 18 20:31:08 2010 +0200
@@ -320,7 +320,10 @@
        	iWait.Start(); // CSI: 10 # the state of iWait is checked above
 
         // Close the wait note
-        iWaitNote->CloseWaitNoteL();
+       	if ( iWaitNote )
+       		{
+       		iWaitNote->CloseWaitNoteL();	
+       		}       
         }
 
     // Back to default behavior