diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-02-03 18:27:26 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-02-03 18:27:26 +0800 |
commit | b6bd229a92c52d21cc8e4f47a9fef79baaeff19b (patch) | |
tree | 5de9a7e30aae07f6dd63466d98a8b09879535cbb /plugins/exchange-operations/exchange-folder-subscription.h | |
parent | 009f31fcc347dda1652d673b17fc0cf98249d12b (diff) | |
download | gsoc2013-evolution-b6bd229a92c52d21cc8e4f47a9fef79baaeff19b.tar.gz gsoc2013-evolution-b6bd229a92c52d21cc8e4f47a9fef79baaeff19b.tar.zst gsoc2013-evolution-b6bd229a92c52d21cc8e4f47a9fef79baaeff19b.zip |
Fixed the issue with subscribing to other user's folders. (#328554)
svn path=/trunk/; revision=31401
Diffstat (limited to 'plugins/exchange-operations/exchange-folder-subscription.h')
-rw-r--r-- | plugins/exchange-operations/exchange-folder-subscription.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-folder-subscription.h b/plugins/exchange-operations/exchange-folder-subscription.h index 470bc988de..fa63a6a75d 100644 --- a/plugins/exchange-operations/exchange-folder-subscription.h +++ b/plugins/exchange-operations/exchange-folder-subscription.h @@ -2,6 +2,6 @@ #define __EXCHANGE_FOLDER_SUBSCRIPTION_H__ gboolean -create_folder_subscription_dialog (gchar *mail_account, gchar *fname, gchar **user_email_address_ret, gchar **folder_name_ret); +create_folder_subscription_dialog (ExchangeAccount *account, gchar *fname); #endif |