Author: jflesch
Date: 2007-01-10 07:18:19 +0000 (Wed, 10 Jan 2007)
New Revision: 11591

Modified:
   trunk/apps/Thaw/src/thaw/plugins/index/Index.java
Log:
Reload an index only when there is an update has some unexpected side effects: 
Impossible to reload the index when there is a collision ; The first index 
revision seems to not be loaded

Modified: trunk/apps/Thaw/src/thaw/plugins/index/Index.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/index/Index.java   2007-01-10 00:07:25 UTC 
(rev 11590)
+++ trunk/apps/Thaw/src/thaw/plugins/index/Index.java   2007-01-10 07:18:19 UTC 
(rev 11591)
@@ -642,8 +642,8 @@
                                                return;
                                        }

-                                       if (changed)
-                                               loadXML(transfer.getPath());
+                                       //if (changed)
+                                       loadXML(transfer.getPath());

                                        save();



Reply via email to