diff options
Diffstat (limited to 'plugins/exchange-operations/exchange-folder-subscription.c')
-rw-r--r-- | plugins/exchange-operations/exchange-folder-subscription.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <libedataserver/e-xml-hash-utils.h> #include <libedataserverui/e-name-selector.h> #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", |