repo: create watch after initial change set

This commit is contained in:
Hylke 2011-06-28 20:06:04 +01:00
parent ca762a9220
commit d3e20e22d7

View file

@ -86,11 +86,11 @@ namespace SparkleLib {
this.status = status;
};
CreateWatcher ();
if (CurrentRevision == null)
CreateInitialChangeSet ();
CreateWatcher ();
this.local_timer.Elapsed += delegate (object o, ElapsedEventArgs args) {
CheckForChanges ();
};