diff options
Diffstat (limited to 'mail/evolution/files/patch-plugins_exchange-account-setup_exchange-account-setup.c')
-rw-r--r-- | mail/evolution/files/patch-plugins_exchange-account-setup_exchange-account-setup.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-plugins_exchange-account-setup_exchange-account-setup.c b/mail/evolution/files/patch-plugins_exchange-account-setup_exchange-account-setup.c new file mode 100644 index 000000000000..8d880e79f05a --- /dev/null +++ b/mail/evolution/files/patch-plugins_exchange-account-setup_exchange-account-setup.c @@ -0,0 +1,14 @@ +--- plugins/exchange-account-setup/exchange-account-setup.c.orig Tue Mar 1 15:38:29 2005 ++++ plugins/exchange-account-setup/exchange-account-setup.c Tue Mar 1 15:38:45 2005 +@@ -564,9 +564,10 @@ + org_gnome_exchange_commit (EPlugin *epl, EConfigHookItemFactoryData *data) + { + EMConfigTargetAccount *target_account; +- target_account = (EMConfigTargetAccount *)data->config->target; + const char *source_url; + CamelURL *url; ++ ++ target_account = (EMConfigTargetAccount *)data->config->target; + + source_url = e_account_get_string (target_account->account, E_ACCOUNT_SOURCE_URL); + url = camel_url_new (source_url, NULL); |