sysresmonitoring/oodmonitor/oodmonitor2/src/outofdisknotifyobserver.cpp
branchRCL_3
changeset 82 4610cd70c542
parent 70 739cef680932
--- a/sysresmonitoring/oodmonitor/oodmonitor2/src/outofdisknotifyobserver.cpp	Wed Sep 15 12:23:15 2010 +0300
+++ b/sysresmonitoring/oodmonitor/oodmonitor2/src/outofdisknotifyobserver.cpp	Wed Oct 13 14:43:04 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2007 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"
@@ -153,13 +153,10 @@
 	
     TInt status = iOutOfDiskMonitor->GetDriveStatus(aDrive);
     iOutOfDiskMonitor->SaveDriveStatus(aDrive, status, ETrue);
-    if(status == KErrNone)
-        {
-        iOutOfDiskMonitor->ShowGlobalQueryIfNeededL();            
-        NotifyDiskSpace(warningThreshold, 
+    iOutOfDiskMonitor->ShowGlobalQueryIfNeededL();
+    NotifyDiskSpace(warningThreshold, 
                     criticalThreshold, 
                     aDrive);
-        }
     TRACES("COutOfDiskNotifyObserver::DiskAddedL: End");
     }