[evolution/account-mgmt: 26/49] Adapt modules/startup-wizard to the new ESource API.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/account-mgmt: 26/49] Adapt modules/startup-wizard to the new ESource API.
- Date: Thu, 27 Oct 2011 02:51:51 +0000 (UTC)
commit a0b6db39a741d0e518532b6c6d65911bd0f07a4d
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Apr 25 15:18:41 2011 -0400
Adapt modules/startup-wizard to the new ESource API.
modules/startup-wizard/evolution-startup-wizard.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/modules/startup-wizard/evolution-startup-wizard.c b/modules/startup-wizard/evolution-startup-wizard.c
index 1184948..46a4807 100644
--- a/modules/startup-wizard/evolution-startup-wizard.c
+++ b/modules/startup-wizard/evolution-startup-wizard.c
@@ -24,7 +24,6 @@
#include <libebackend/e-extension.h>
#include <shell/e-shell.h>
-#include <e-util/e-account-utils.h>
#include <e-util/e-alert-dialog.h>
#include <e-util/e-import.h>
@@ -427,6 +426,7 @@ startup_wizard_progress_page (EConfig *config,
return page;
}
+#if 0 /* ACCOUNT_MGMT */
static GtkWidget *
startup_wizard_new_assistant (EStartupWizard *extension)
{
@@ -517,6 +517,7 @@ startup_wizard_new_assistant (EStartupWizard *extension)
return config->window;
}
+#endif /* ACCOUNT_MGMT */
static GtkWidget *
startup_wizard_new_capplet (EStartupWizard *extension)
@@ -535,6 +536,7 @@ startup_wizard_new_capplet (EStartupWizard *extension)
static void
startup_wizard_run (EStartupWizard *extension)
{
+#if 0 /* ACCOUNT_MGMT */
EShell *shell;
GtkWidget *window;
EAccountList *account_list;
@@ -567,6 +569,7 @@ startup_wizard_run (EStartupWizard *extension)
gtk_widget_show (window);
gtk_main ();
+#endif /* ACCOUNT_MGMT */
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]