2007-05-08 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Tue, 8 May 2007 15:13:17 +0000 (15:13 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 8 May 2007 15:13:17 +0000 (15:13 +0000)
commit7a031ac6f28832a215e300bece7edcd010377b6c
tree186e31963d4952cc53c1bc14b51eb93acb9c9148
parent30ea04d88606aae88260e7999dc34746962587f2
2007-05-08  Murray Cumming  <murrayc@murrayc.com>

* src/modest-defs.h:
        * src/modest-account-mgr-helpers.h:
        * src/modest-account-mgr-helpers.c:
        Added modest_server_account_get_username_has_succeeded(),
        modest_server_account_set_username_has_succeeded().
        (modest_server_account_set_username),
        Reset the has-succeeded flag if the username changes.

        * src/maemo/modest-account-settings-dialog.c: (save_configuration):
        * src/maemo/modest-connection-specific-smtp-window.c:
        (modest_connection_specific_smtp_window_save_server_accounts):
        Use modest_server_account_set_username() instead of using
        modest_conf_set_string() directly, so that the has-succeeded flag is always
        reset.

        * src/modest-ui-actions.c:
        (modest_ui_actions_on_password_requested): Dim the username entry if
        the username has ever worked, as per the UI spec.

pmo-trunk-r1788
ChangeLog2
src/maemo/modest-account-settings-dialog.c
src/maemo/modest-connection-specific-smtp-window.c
src/modest-account-mgr-helpers.c
src/modest-account-mgr-helpers.h
src/modest-defs.h
src/modest-tny-account-store.c
src/modest-ui-actions.c