diff options
author | Peter Williams <peterw@ximian.com> | 2002-08-24 02:08:35 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2002-08-24 02:08:35 +0800 |
commit | 3fa45e2cfcf2a61c9c80a0f2e9ebf23dc3cc20cd (patch) | |
tree | 774110efb24d6d77c820a6090d5994217002268b /mail/ChangeLog | |
parent | 536e8060e9ff1656462c4c2f518279465ac43454 (diff) | |
download | gsoc2013-evolution-3fa45e2cfcf2a61c9c80a0f2e9ebf23dc3cc20cd.tar.gz gsoc2013-evolution-3fa45e2cfcf2a61c9c80a0f2e9ebf23dc3cc20cd.tar.zst gsoc2013-evolution-3fa45e2cfcf2a61c9c80a0f2e9ebf23dc3cc20cd.zip |
Address most of bug #4940. Fails on the last page of the add account
2002-08-23 Peter Williams <peterw@ximian.com>
Address most of bug #4940. Fails on the last page of the add account
dialog as called from the prefs dialog due to EvolutionWizard being
weird.
* mail-config-druid.c (goto_next_page): New function, little
wrapper around wizard_next_cb. Also potential place to work around
EvolutionWizard weirdness in the future.
(identity_activate_cb): New function, calls goto_next_page if
identity page is complete.
(source_activate_cb): Analogous.
(transport_activate_cb): Analogous.
(management_activate_cb): Analogous.
(get_fn): Hook up the activate signals of the various GtkEntries
to the correct callbacks above.
(management_check): Return the result of the check so that
management_activate_cb can use it.
svn path=/trunk/; revision=17851
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9a68a963a3..bf9afb466b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,22 @@ +2002-08-23 Peter Williams <peterw@ximian.com> + + Address most of bug #4940. Fails on the last page of the add account + dialog as called from the prefs dialog due to EvolutionWizard being + weird. + + * mail-config-druid.c (goto_next_page): New function, little + wrapper around wizard_next_cb. Also potential place to work around + EvolutionWizard weirdness in the future. + (identity_activate_cb): New function, calls goto_next_page if + identity page is complete. + (source_activate_cb): Analogous. + (transport_activate_cb): Analogous. + (management_activate_cb): Analogous. + (get_fn): Hook up the activate signals of the various GtkEntries + to the correct callbacks above. + (management_check): Return the result of the check so that + management_activate_cb can use it. + 2002-08-22 Jeffrey Stedfast <fejj@ximian.com> * mail-tools.c (mail_tool_restore_xevolution_headers): Reset the |