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)
commit7a48928f76e0f4599be8f65b1b3bafd03d73a628
tree0960a4ab6308ef19ea2da4d37f78439f6ea6c566
parenta1bdca71ee6cc049f29447b2302a787e27dca0f3
Use idle callback to write to the local config directory

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.
src/ui/gui/psppire-conf.c
src/ui/gui/psppire-conf.h