From: Murray Cumming Date: Tue, 10 Jul 2007 17:13:46 +0000 (+0000) Subject: 2007-07-10 Murray Cumming X-Git-Tag: git_migration_finished~2858 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=217433fc698b41ffc454ad254539ee6a67fc8656;p=modest 2007-07-10 Murray Cumming * src/maemo/modest-account-settings-dialog.c: (show_error): Use the same implementation as in modest-easysetup-wizard.c: (on_entry_invalid_character): The logical ID contains a %s. Guessed what it should be. (on_entry_max), (check_data), (on_response): Adapt to changed show_error(). (create_page_account_details): Really call modest_validating_entry_set_func() on the correct widgets. * src/maemo/easysetup/modest-easysetup-wizard.c: (on_entry_invalid_character): Fix the logical ID here too. (create_page_account_details), (create_page_user_details): Really call modest_validating_entry_set_func() on the correct widgets. * src/modest-tny-account-store.c: (modest_tny_account_store_alert): Do not try to use the account if it is NULL. pmo-trunk-r2680 --- diff --git a/ChangeLog b/ChangeLog index 92e14f9..acb6b92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,17 +1 @@ -2007-07-10 Murray Cumming,,, - - reviewed by: - - * ChangeLog2: - * src/maemo/easysetup/modest-easysetup-wizard.c: - (on_entry_invalid_character), (create_page_account_details), - (create_page_user_details), (show_error): - * src/maemo/modest-account-settings-dialog.c: - (on_entry_invalid_character), (on_entry_max), - (create_page_account_details), (check_data), (on_response), - (show_error): - * src/modest-tny-account-store.c: (modest_tny_account_store_alert): - * src/modest-tny-account.c: - (modest_tny_account_new_for_per_account_local_outbox_folder): - * please check the svn log instead