If the unversioned digest changes, pop up the UI because we're going to
revalidate everything which will take time and we'll want to see the feedback.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: Application.java,v 1.13 2004/07/19 11:59:06 mdb Exp $
|
||||
// $Id: Application.java,v 1.14 2004/07/20 07:35:56 mdb Exp $
|
||||
|
||||
package com.threerings.getdown.data;
|
||||
|
||||
@@ -426,6 +426,7 @@ public class Application
|
||||
_digest = new Digest(_appdir);
|
||||
if (!olddig.equals(_digest.getMetaDigest())) {
|
||||
Log.info("Unversioned digest changed. Revalidating...");
|
||||
status.updateStatus("m.validating");
|
||||
clearValidationMarkers();
|
||||
}
|
||||
} catch (IOException ioe) {
|
||||
|
||||
Reference in New Issue
Block a user