repo: create watch after initial change set

This commit is contained in:
Hylke 2011-06-28 20:06:04 +01:00
parent 3d8c124e74
commit f4c2a3e951

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 ();
};