diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-01-11 03:42:20 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-11 03:42:20 +0800 |
commit | 4a8c1c7323bbde12c2213228f272cdaf5f5039ab (patch) | |
tree | 3da90373bdf525b624c7a232e8947327e6932e88 /mail/mail-config-druid.h | |
parent | 794ff9b52787ef07f2750481c3f4934bd07c5dd1 (diff) | |
download | gsoc2013-evolution-4a8c1c7323bbde12c2213228f272cdaf5f5039ab.tar.gz gsoc2013-evolution-4a8c1c7323bbde12c2213228f272cdaf5f5039ab.tar.zst gsoc2013-evolution-4a8c1c7323bbde12c2213228f272cdaf5f5039ab.zip |
Updated for function rename.
2003-01-10 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (factory): Updated for function rename.
* mail-config-factory.c (mail_config_control_factory_cb):
Namespaced the function name.
* folder-browser-ui.c (folder_browser_ui_add_global): Don't add
the listener for show_preview here, it was moved into
folder-browser.c so we could detach the listener when the
folder-browser is destroyed. Also prevents a listener being added
multiple times (which was possible? before).
* folder-browser.c (folder_browser_destroy): Remove the gconf
notify handler for show_preview.
(show_preview_changed): Moved here from folder-browser-ui.c
svn path=/trunk/; revision=19408
Diffstat (limited to 'mail/mail-config-druid.h')
-rw-r--r-- | mail/mail-config-druid.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/mail/mail-config-druid.h b/mail/mail-config-druid.h index a74073ae8c..f7bc37a2d9 100644 --- a/mail/mail-config-druid.h +++ b/mail/mail-config-druid.h @@ -28,11 +28,15 @@ extern "C" { #pragma } #endif /* __cplusplus */ +#include <camel.h> +#include <glade/glade.h> #include <libgnomeui/gnome-druid.h> #include <libgnomeui/gnome-file-entry.h> -#include <glade/glade.h> -#include <camel.h> #include <bonobo/bonobo-listener.h> +#include <bonobo/bonobo-control.h> +#include <bonobo/bonobo-widget.h> +#include <bonobo/bonobo-generic-factory.h> +#include <bonobo/bonobo-context.h> #include "shell/Evolution.h" #include "mail-account-gui.h" @@ -82,6 +86,9 @@ char *mail_config_druid_get_transport_url (MailConfigDruid *druid); gboolean mail_config_druid_get_save_transport_password (MailConfigDruid *druid); gboolean mail_config_druid_get_transport_requires_auth (MailConfigDruid *druid); + +BonoboObject *evolution_mail_config_wizard_new (void); + #ifdef __cplusplus } #endif /* __cplusplus */ |