[ui] update [log] on local commits

This commit is contained in:
Hylke Bons 2011-02-07 18:13:34 +00:00
parent 20bdb93b2e
commit 87d8c1ebce

View file

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