From b4514f99203f737ce8c8ddcddf8f984814158b98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Wed, 30 Sep 2009 17:34:55 +0200 Subject: [PATCH] Import conic support only if It's available https://bugs.maemo.org/show_bug.cgi?id=5241 --- .../modest-connection-specific-smtp-window.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/hildon2/modest-connection-specific-smtp-window.c b/src/hildon2/modest-connection-specific-smtp-window.c index e310913..e2f312e 100644 --- a/src/hildon2/modest-connection-specific-smtp-window.c +++ b/src/hildon2/modest-connection-specific-smtp-window.c @@ -33,7 +33,10 @@ #include "widgets/modest-ui-constants.h" #include + +#if MODEST_HAVE_CONIC #include +#endif #include #include @@ -166,11 +169,10 @@ modest_connection_specific_smtp_window_fill_with_connections (ModestConnectionSp ModestAccountMgr *account_manager) { gboolean empty = TRUE; -#ifdef MODEST_HAVE_CONIC ModestConnectionSpecificSmtpWindowPrivate *priv = CONNECTION_SPECIFIC_SMTP_WINDOW_GET_PRIVATE (self); priv->account_manager = account_manager; - +#ifdef MODEST_HAVE_CONIC GtkListStore *liststore = GTK_LIST_STORE (priv->model); TnyDevice *device = modest_runtime_get_device (); -- 1.7.9.5