diff -r f7f0874bfe7d -r 6b87b143d312 photosgallery/viewframework/medialists/src/glxerrormanager.cpp --- 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;