Author: jflesch
Date: 2008-01-28 00:58:00 +0000 (Mon, 28 Jan 2008)
New Revision: 17339

Modified:
   trunk/apps/Thaw/src/thaw/core/Core.java
Log:
Don't popup a warning about DDA if it's related to an already existing file

Modified: trunk/apps/Thaw/src/thaw/core/Core.java
===================================================================
--- trunk/apps/Thaw/src/thaw/core/Core.java     2008-01-28 00:52:56 UTC (rev 
17338)
+++ trunk/apps/Thaw/src/thaw/core/Core.java     2008-01-28 00:58:00 UTC (rev 
17339)
@@ -709,7 +709,6 @@
                                if (connection.isLocalSocket()
                                                && (code == 8     /* Invalid 
field (?!) */
                                                        || code == 9  /* File 
not found */
-                                                       || code == 10 /* Disk 
target exists */
                                                        || code == 12 /* 
Couldn't create file */
                                                        || code == 13 /* 
Couldn't write file */
                                                        || code == 14 /* 
Couldn't rename file */


Reply via email to