2007-05-09 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Wed, 9 May 2007 15:59:30 +0000 (15:59 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Wed, 9 May 2007 15:59:30 +0000 (15:59 +0000)
commit6ebf456ad9d34d07c36667fa1e05118076d5dc38
treee377893effc6c7e9b6bacd96bcbdc144e33e70c4
parentba09155280406da286e8384ae7fff91a37fe3db0
2007-05-09  Murray Cumming  <murrayc@murrayc.com>

* src/widgets/modest-account-view.h:
        * src/widgets/modest-account-view.c: (on_account_changed),
        (on_account_removed). Added a boolean flag, set/unset by
        modest_account_view_block_conf_updates(),
        modest_account_view_unblock_conf_updates() to prevent unnecessary
        updates, but this is not very useful because the gconf notifications are
        so delays (maybe only on Maemo Bora).
        So auto-updating is turned off, and these functions do an explicit
        update when necessary.
        However, something else is still doing too much work when adding/removing
        accounts, probably in another part of the application.

        * src/maemo/modest-account-view-window.c:
        (on_delete_button_clicked), (on_edit_button_clicked),
        (on_new_button_clicked): Use the new functions.

pmo-trunk-r1806
ChangeLog2
src/maemo/modest-account-view-window.c
src/modest-account-mgr.c
src/widgets/modest-account-view.c
src/widgets/modest-account-view.h