Author: nextgens
Date: 2007-05-13 14:25:47 +0000 (Sun, 13 May 2007)
New Revision: 13233

Modified:
   trunk/apps/Thaw/src/thaw/fcp/SHA256Computer.java
Log:
Thaw: doh

Modified: trunk/apps/Thaw/src/thaw/fcp/SHA256Computer.java
===================================================================
--- trunk/apps/Thaw/src/thaw/fcp/SHA256Computer.java    2007-05-13 14:25:09 UTC 
(rev 13232)
+++ trunk/apps/Thaw/src/thaw/fcp/SHA256Computer.java    2007-05-13 14:25:47 UTC 
(rev 13233)
@@ -53,6 +53,7 @@
                                md.update(buf, 0, readBytes);
                                readBytes = bis.read(buf);
                                progress = (short) Math.round(readBytes * 100 / 
realFileSize);
+                               setChanged();
                                notifyObservers();
                        }



Reply via email to