2007-06-26 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Tue, 26 Jun 2007 12:48:36 +0000 (12:48 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 26 Jun 2007 12:48:36 +0000 (12:48 +0000)
commite04c3e2878e1e979f823275044f57a2e8865c2dd
tree382a0c943147ac2770e7801999df88b18306f812
parentbd3b903e87f25c3b9b86c596d99100030f5c9bee
2007-06-26  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-maemo-global-settings-dialog.c:
(idle_select_default_focus):
* src/modest-mail-operation.c: (idle_notify_progress),
(idle_notify_progress_once), (idle_notify_update_account_queue),
(set_last_updated_idle), (update_account_thread),
(notify_get_msgs_full), (get_msgs_full_destroyer),
(get_msgs_full_thread):
* src/widgets/modest-attachment-view.c: (get_size_idle_func):
* src/widgets/modest-header-view.c:
(idle_notify_headers_count_changed_destroy),
(idle_notify_headers_count_changed):
Use gdk_threads_enter() and gdk_threads_enter_leave() in
all idle handlers, because some other thread could be blocking
the GDK lock, so that it can do GUI stuff.

pmo-trunk-r2428
ChangeLog2
src/dbus_api/modest-dbus-callbacks.c
src/maemo/modest-maemo-global-settings-dialog.c
src/modest-mail-operation.c
src/widgets/modest-attachment-view.c
src/widgets/modest-header-view.c