[evolution/account-mgmt: 25/48] 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: 25/48] Adapt modules/startup-wizard to the new ESource API.
- Date: Fri, 11 Nov 2011 01:27:29 +0000 (UTC)
commit 767e08bbe8a8a55581fd2208a330d12ce49fec9c
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 029ea86..194583f 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)
{
@@ -516,6 +516,7 @@ startup_wizard_new_assistant (EStartupWizard *extension)
return config->window;
}
+#endif /* ACCOUNT_MGMT */
static GtkWidget *
startup_wizard_new_capplet (EStartupWizard *extension)
@@ -534,6 +535,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;
@@ -566,6 +568,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]