From a714a01aeb70692229f0994d1530b6c9dadd1f29 Mon Sep 17 00:00:00 2001 From: Shakti Sen Date: Thu, 14 Jul 2005 07:00:51 +0000 Subject: Checked for if the exchange account exist/configured. Replaced all the 2005-07-13 Shakti Sen * exchange-operations.c: Checked for if the exchange account exist/configured. * exchange-folder-permission.c: Replaced all the occurences of function exchange_config_listener_get_accounts() with exchange_operations_get_exchange_account() and returns if it doesn't exist. Also took care to avoid some compile time warnings. * exchange-folder.c: Same. Also took care to avoid some compile time warnings. * exchange-folder-subscription.c: Included exchange-folder-subscription.h file to avoid compilation warning. Fixes bug #310233. svn path=/trunk/; revision=29768 --- plugins/exchange-operations/exchange-folder-subscription.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/exchange-operations/exchange-folder-subscription.c') diff --git a/plugins/exchange-operations/exchange-folder-subscription.c b/plugins/exchange-operations/exchange-folder-subscription.c index c54e292ccc..1c61df0fa2 100644 --- a/plugins/exchange-operations/exchange-folder-subscription.c +++ b/plugins/exchange-operations/exchange-folder-subscription.c @@ -35,6 +35,7 @@ #include #include #include "exchange-config-listener.h" +#include "exchange-folder-subscription.h" static void @@ -167,7 +168,6 @@ create_folder_subscription_dialog (gchar *mail_account, gchar **user_email_addre EDestinationStore *destination_store; GList *destinations; EDestination *destination; - gchar *temp; glade_xml = glade_xml_new (CONNECTOR_GLADEDIR "/e-foreign-folder-dialog.glade", -- cgit v1.2.3