------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=158374 ------- Additional Comments From davidf sjsoft com 2008-04-22 16:25 ------- Re Comment #5: The main reason this occurred was that the logic was not thread safe. In theory if everything is working the code should not produce this error. However, there could still be a problem in the copy if the final rename fails. It will show a red cross, but not the error dialog, since this is only shown if the CameraEvent::gp_downloadFailed signal is sent from the copying thread. This is much more unlikely without the threading issue - see my suggestions in http://bugs.kde.org/show_bug.cgi?id=158377 as to how to fix it but I don't think I'm going to have time to work on them.