uiacceltk/hitchcock/coretoolkit/src/HuiTextureManager.cpp
branchRCL_3
changeset 6 10534483575f
parent 0 15bf7259bb7c
child 17 c9d868f1e20c
--- a/uiacceltk/hitchcock/coretoolkit/src/HuiTextureManager.cpp	Fri Mar 12 15:47:04 2010 +0200
+++ b/uiacceltk/hitchcock/coretoolkit/src/HuiTextureManager.cpp	Mon Mar 15 12:43:37 2010 +0200
@@ -2113,7 +2113,7 @@
                 HUI_DEBUG5(_L("CHuiTextureManager::RestoreL() - Restoring texture 0x%x (\"%S\", id: %i) [%i/%i]"),
                           tex, &(tex->ImageFileName()), iTextures[i]->iId, i+1, iTextures.Count());
                 // Restore the texture.
-                tex->RestoreL();
+                TRAP_IGNORE( tex->RestoreL() );
                 }
             }
         else