Start/stop book/cal views in a dedicated thread
authorMilan Crha <mcrha@redhat.com>
Tue, 21 Aug 2012 13:22:29 +0000 (15:22 +0200)
committerMilan Crha <mcrha@redhat.com>
Tue, 21 Aug 2012 13:22:29 +0000 (15:22 +0200)
commitd43dd4f422fe26cdb1bd4b96ef2d2f25611c0c59
tree5c69e8f870caca238d9ad237778d46e79fb6043b
parent934a3cf7aa52144b0200ac7baf09ac1617548ea2
Start/stop book/cal views in a dedicated thread

Thus the backend, if it does any expensive operation during
the start/stop call, will not block factory's main thread,
thus the factory will not get unresponsive. This could happen
during autocompletion, for example.
addressbook/libedata-book/e-data-book-view.c
calendar/libedata-cal/e-data-cal-view.c