Call finish walk async callback in idle

This commit is contained in:
Jesse van den Kieboom 2012-04-22 18:41:39 +02:00
parent a8221e6058
commit e6b79289a4

View File

@ -280,7 +280,7 @@ public class CommitModel : Object
notify_batch(true);
cb();
Idle.add((owned)cb);
return null;
};