2007-04-05 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Thu, 5 Apr 2007 11:32:45 +0000 (11:32 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 5 Apr 2007 11:32:45 +0000 (11:32 +0000)
commit5a42a7e9d9aabde2b01a6d322b056c2dee31a8a3
tree0a329b719e6a9473ee109e578f7639881930bc8e
parenteeac9492fe5d54860fb2ee81f7e0a036a694ce5b
2007-04-05  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/easysetup/modest-easysetup-wizard.c:
        (set_default_custom_servernames): Avoid a dereference of a destroyed widget.
        (create_account): Do a sanity check, showing that modest_account_mgr_account_names()
        returns NULL after modest_account_mgr_add_server_account() returned TRUE,
        which seems wrong.

        * src/maemo/modest-main-window-ui.h: Specify the callback for the Accounts menu item.
        * src/modest-ui-actions.c: (modest_ui_actions_on_accounts): Open the wizard if no
        accounts exist yet, as in the UI spec.

        * src/modest-account-mgr.h: Add TODO comment about a possible memory leak.

pmo-trunk-r1512
ChangeLog2
src/maemo/easysetup/modest-easysetup-wizard.c
src/maemo/modest-main-window-ui.h
src/modest-account-mgr.h
src/modest-ui-actions.c