2007-06-17 Johannes Schmid <johannes.schmid@openismus.com>
authorJohannes Schmid <johannes.schmid@openismus.com>
Sun, 17 Jun 2007 21:15:36 +0000 (21:15 +0000)
committerJohannes Schmid <johannes.schmid@openismus.com>
Sun, 17 Jun 2007 21:15:36 +0000 (21:15 +0000)
commit6ebc23126acdfb8aec11416e4c197c6bee70bef0
tree3acf1144f1acf2ebfd306609a33c6fcc79a21853
parente5c34cef889bc07bd0920b421365c005660fd271
2007-06-17  Johannes Schmid <johannes.schmid@openismus.com>

* configure.ac:
Fixed build with hildon < 0.99

* src/maemo/modest-account-view-window.c: (on_edit_button_clicked):
Check if the selected account is busy instead of checking all accounts

* src/modest-account-mgr-priv.h:
* src/modest-account-mgr.c: (modest_account_mgr_class_init),
(modest_account_mgr_init), (compare_account_name),
(modest_account_mgr_set_account_busy),
(modest_account_mgr_account_is_busy):
* src/modest-account-mgr.h:
Added busy information to the account manager. It possible to
set an account to busy or not busy now.

* src/modest-mail-operation.c: (modest_mail_operation_finalize),
(modest_mail_operation_update_account),
(modest_mail_operation_notify_end):
Set the account to busy/not busy depending on the operation state.

* src/widgets/modest-account-view.c:
(modest_account_view_finalize), (get_last_updated_string),
(update_account_view), (on_account_busy_changed), (init_view):
Show string \"Refreshing...\" if the account is currently busy.

All this fixes projects.maemo.org bug NB#59711

pmo-trunk-r2268
ChangeLog2
configure.ac
src/maemo/modest-account-view-window.c
src/modest-account-mgr-priv.h
src/modest-account-mgr.c
src/modest-account-mgr.h
src/modest-mail-operation.c
src/widgets/modest-account-view.c