2007-05-10 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Thu, 10 May 2007 15:08:38 +0000 (15:08 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 10 May 2007 15:08:38 +0000 (15:08 +0000)
commitb1d9c6d8aa1d7ba37f5969ca2c37b9fd3e9a6b6a
tree8b72b472983fb89952f6256fd17c9e88ccad63fb
parent09b79820c1981b396c33b91137503b1103ffc73d
2007-05-10  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-main-window.c: (on_account_update): Check that
        account_name is not NULL, to prevent a crash at startup that I am
        seeing on the N800. I do wonder why it is NULL.

        * src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_user_details):
        * src/maemo/modest-account-settings-dialog.c:
        (create_page_user_details), (create_page_outgoing):
        * src/maemo/modest-connection-specific-smtp-edit-window.c:
        (modest_connection_specific_smtp_edit_window_init):
        * src/modest-ui-actions.c:
        (modest_ui_actions_on_password_requested):
        Use HILDON_GTK_INPUT_MODE_INVISIBLE with password entries, which
        might do something useful with the on-screen keyboard.

pmo-trunk-r1824
ChangeLog2
src/maemo/easysetup/modest-easysetup-wizard.c
src/maemo/modest-account-settings-dialog.c
src/maemo/modest-connection-specific-smtp-edit-window.c
src/maemo/modest-main-window.c
src/modest-ui-actions.c