Use idle callback to write to the local config directory
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 11 Jan 2012 21:04:14 +0000 (22:04 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 11 Jan 2012 21:04:14 +0000 (22:04 +0100)
When the users config directory is on a filesystem with high latency,
moving a dialog box resulted in many writes and thus an unacceptable
delay.  This change fixes that by consolidating the writes into a
low priority idle callback.


No differences found