photosgallery/viewframework/medialists/src/glxerrormanager.cpp
branchRCL_3
changeset 9 6b87b143d312
parent 0 4e91876724a2
--- a/photosgallery/viewframework/medialists/src/glxerrormanager.cpp	Tue Feb 02 10:12:14 2010 +0200
+++ b/photosgallery/viewframework/medialists/src/glxerrormanager.cpp	Fri Feb 19 22:51:01 2010 +0200
@@ -191,10 +191,11 @@
     ///       all errors are temporary
     switch ( aErrorCode )
         {
-        case KErrArgument: // fallthrough
-        case KErrNotSupported: // fallthrough
-        case KErrNoMemory:
-		case KErrCorrupt:
+        case KErrArgument:      // fallthrough
+        case KErrNotSupported:  // fallthrough
+        case KErrNoMemory:      // fallthrough
+        case KErrCorrupt:       // fallthrough
+        case KErrDiskFull:      
         // add other permanent error codes here
             return EFalse;