[ui] update [log] on local commits

This commit is contained in:
Hylke Bons 2011-02-07 18:13:34 +00:00
parent 61967ef935
commit 6ce9679409

View file

@ -81,6 +81,17 @@ namespace SparkleShare {
});
};
SparkleShare.Controller.OnIdle += delegate {
InvokeOnMainThread (delegate {
foreach (SparkleLog log in SparkleUI.OpenLogs)
log.UpdateEventLog ();
});
};
}