camerauis/cameraxui/cxengine/src/cxefilesavethreadsymbian.cpp
changeset 63 415ff50d2eca
parent 56 01e205c615b9
--- a/camerauis/cameraxui/cxengine/src/cxefilesavethreadsymbian.cpp	Fri Sep 17 08:27:13 2010 +0300
+++ b/camerauis/cameraxui/cxengine/src/cxefilesavethreadsymbian.cpp	Mon Oct 04 00:05:08 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 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"
@@ -266,6 +266,8 @@
     // Releasing the snapshot if it exists.
     mSnapshots.remove(filename);
 
+    emit fileSaved(status, filename);
+
     CX_DEBUG_EXIT_FUNCTION();
 }